mirror of
https://gitea.zaclys.com/yannic/selfhosting.git
synced 2026-04-18 06:34:25 +02:00
Parametrize time zone
This commit is contained in:
parent
123b476623
commit
bb4aa9bb35
@ -13,11 +13,11 @@ services:
|
||||
EVENTS: 1
|
||||
IMAGES: 1
|
||||
INFO: 1
|
||||
LOG_LEVEL: warning
|
||||
LOG_LEVEL: debug
|
||||
PING: 1
|
||||
NETWORKS: 1
|
||||
POST: 1
|
||||
TZ: Europe/Moscow
|
||||
TZ: ${TZ}
|
||||
VERSION: 1
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
|
||||
@ -19,7 +19,7 @@ services:
|
||||
PING: 1
|
||||
NETWORKS: 1
|
||||
POST: 1
|
||||
TZ: Europe/Moscow
|
||||
TZ: ${TZ}
|
||||
VERSION: 1
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user