Added timezone to docker-compose examples

This commit is contained in:
ioqy 2023-03-31 16:06:54 +02:00
parent 67208e43cc
commit 63e49b007a
2 changed files with 5 additions and 0 deletions

View file

@ -120,6 +120,8 @@ services:
# If you would rather use Sqlite, remove all DB_MYSQL_* lines above
# Uncomment this if IPv6 is not enabled on your host
# DISABLE_IPV6: 'true'
# Uncomment this if you want to change the timezone of the web UI and logfiles
# TZ: 'Etc/UTC'
volumes:
- ./data:/data
- ./letsencrypt:/etc/letsencrypt

View file

@ -27,6 +27,9 @@ services:
# Uncomment this if IPv6 is not enabled on your host
# DISABLE_IPV6: 'true'
# Uncomment this if you want to change the timezone of the web UI and logfiles
# TZ: 'Etc/UTC'
volumes:
- ./data:/data
- ./letsencrypt:/etc/letsencrypt