mirror of
https://github.com/alexbers/mtprotoproxy.git
synced 2026-03-14 07:13:09 +00:00
it is easy to use, also you can stop proxy and start again without removing it docker image
8 lines
128 B
YAML
8 lines
128 B
YAML
version: '2.0'
|
|
services:
|
|
mtprotoproxy:
|
|
build: .
|
|
restart: unless-stopped
|
|
mem_limit: 1024m
|
|
network_mode: "host"
|