mtprotoproxy/docker-compose.yml
Sazonov Andrey a442e720cf init
2026-03-20 16:19:19 +03:00

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"