Parametrize time zone
This commit is contained in:
parent
123b476623
commit
bb4aa9bb35
2 changed files with 3 additions and 3 deletions
|
|
@ -13,11 +13,11 @@ services:
|
||||||
EVENTS: 1
|
EVENTS: 1
|
||||||
IMAGES: 1
|
IMAGES: 1
|
||||||
INFO: 1
|
INFO: 1
|
||||||
LOG_LEVEL: warning
|
LOG_LEVEL: debug
|
||||||
PING: 1
|
PING: 1
|
||||||
NETWORKS: 1
|
NETWORKS: 1
|
||||||
POST: 1
|
POST: 1
|
||||||
TZ: Europe/Moscow
|
TZ: ${TZ}
|
||||||
VERSION: 1
|
VERSION: 1
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ services:
|
||||||
PING: 1
|
PING: 1
|
||||||
NETWORKS: 1
|
NETWORKS: 1
|
||||||
POST: 1
|
POST: 1
|
||||||
TZ: Europe/Moscow
|
TZ: ${TZ}
|
||||||
VERSION: 1
|
VERSION: 1
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue