Parametrize time zone

This commit is contained in:
Yax 2026-04-01 18:00:09 +02:00
parent 123b476623
commit bb4aa9bb35
2 changed files with 3 additions and 3 deletions

View file

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

View file

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