mirror of
https://github.com/tiennm99/mtprotoproxy.git
synced 2026-06-17 14:48:49 +00:00
8abb5d5cdb
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"
|