From 83d1d027c6960a23967e3fd21c46f11483d58acf Mon Sep 17 00:00:00 2001 From: yusing Date: Tue, 17 Sep 2024 12:36:13 +0800 Subject: [PATCH] added TZ env to docker compose example --- compose.example.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/compose.example.yml b/compose.example.yml index 89508acd..84de8cba 100755 --- a/compose.example.yml +++ b/compose.example.yml @@ -14,6 +14,9 @@ services: container_name: go-proxy restart: always network_mode: host + environment: + # (Optional) change this to your timezone to get correct log timestamp + TZ: ETC/UTC volumes: - /var/run/docker.sock:/var/run/docker.sock:ro - ./config:/app/config