From 15a8f607ca396e158e87429d47ec5a8d9018455a Mon Sep 17 00:00:00 2001 From: Erfan <37825504+erfantkerfan@users.noreply.github.com> Date: Sat, 20 Jun 2020 15:29:25 +0430 Subject: [PATCH] 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 --- docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.yml b/docker-compose.yml index 220f5f9..f490bf6 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -7,6 +7,7 @@ services: volumes: - ./config.py:/home/tgproxy/config.py - ./mtprotoproxy.py:/home/tgproxy/mtprotoproxy.py + - /etc/localtime:/etc/localtime:ro logging: driver: "json-file" options: