mirror of
https://github.com/tiennm99/mtprotoproxy.git
synced 2026-07-04 11:07:20 +00:00
8 lines
129 B
YAML
8 lines
129 B
YAML
version: '2.0'
|
|
services:
|
|
mtprotoproxy:
|
|
build: .
|
|
restart: unless-stopped
|
|
network_mode: "host"
|
|
# mem_limit: 1024m
|