add TimeZone ENV

This commit is contained in:
Simon Zeyer 2024-11-24 23:20:27 +01:00
parent 6690d47bbc
commit 07ebef0294

View File

@ -7,3 +7,8 @@ services:
privileged: true
environment:
- url=${url}
- TZ=Europe/Berlin
# volumes:
# - "/etc/localtime:/etc/localtime:ro"
# - "/etc/timezone:/etc/timezone:ro"