added TZ env to docker compose example

This commit is contained in:
yusing 2024-09-17 12:36:13 +08:00
parent 21fcceb391
commit 83d1d027c6

View file

@ -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