mirror of
https://github.com/yusing/godoxy.git
synced 2025-05-20 04:42:33 +02:00
added TZ env to docker compose example
This commit is contained in:
parent
21fcceb391
commit
83d1d027c6
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue