mirror of
https://github.com/yusing/godoxy.git
synced 2026-01-11 22:30:47 +01:00
added TZ env to docker compose example
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user