14 lines
364 B
YAML
14 lines
364 B
YAML
services:
|
|
mtprotoproxy:
|
|
build: .
|
|
restart: unless-stopped
|
|
network_mode: "host"
|
|
volumes:
|
|
- ./config.py:/home/tgproxy/config.py
|
|
- ./mtprotoproxy.py:/home/tgproxy/mtprotoproxy.py
|
|
- /etc/localtime:/etc/localtime:ro
|
|
logging:
|
|
driver: "json-file"
|
|
options:
|
|
max-file: "10"
|
|
max-size: "10m" |