mirror of
https://github.com/alexbers/mtprotoproxy.git
synced 2026-03-13 23:03:09 +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
|