mirror of
https://github.com/alexbers/mtprotoproxy.git
synced 2026-03-13 23:03:09 +00:00
16 lines
359 B
YAML
16 lines
359 B
YAML
version: '2.0'
|
|
services:
|
|
mtprotoproxy:
|
|
build: .
|
|
restart: unless-stopped
|
|
network_mode: "host"
|
|
volumes:
|
|
- ./config.py:/home/tgproxy/config.py
|
|
- ./mtprotoproxy.py:/home/tgproxy/mtprotoproxy.py
|
|
logging:
|
|
driver: "json-file"
|
|
options:
|
|
max-file: "10"
|
|
max-size: "10m"
|
|
# mem_limit: 1024m
|