added ability to load time from local time set on original server (#230)

using this command the local time setting will be pushed to docker as a read-only file so you can use your local time
This commit is contained in:
Erfan
2020-06-20 15:29:25 +04:30
committed by GitHub
parent 6076db9f8c
commit 15a8f607ca

View File

@@ -7,6 +7,7 @@ services:
volumes: volumes:
- ./config.py:/home/tgproxy/config.py - ./config.py:/home/tgproxy/config.py
- ./mtprotoproxy.py:/home/tgproxy/mtprotoproxy.py - ./mtprotoproxy.py:/home/tgproxy/mtprotoproxy.py
- /etc/localtime:/etc/localtime:ro
logging: logging:
driver: "json-file" driver: "json-file"
options: options: