Added timezone to docker-compose examples
This commit is contained in:
parent
67208e43cc
commit
63e49b007a
2 changed files with 5 additions and 0 deletions
|
@ -120,6 +120,8 @@ services:
|
||||||
# If you would rather use Sqlite, remove all DB_MYSQL_* lines above
|
# If you would rather use Sqlite, remove all DB_MYSQL_* lines above
|
||||||
# Uncomment this if IPv6 is not enabled on your host
|
# Uncomment this if IPv6 is not enabled on your host
|
||||||
# DISABLE_IPV6: 'true'
|
# DISABLE_IPV6: 'true'
|
||||||
|
# Uncomment this if you want to change the timezone of the web UI and logfiles
|
||||||
|
# TZ: 'Etc/UTC'
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/data
|
- ./data:/data
|
||||||
- ./letsencrypt:/etc/letsencrypt
|
- ./letsencrypt:/etc/letsencrypt
|
||||||
|
|
|
@ -27,6 +27,9 @@ services:
|
||||||
# Uncomment this if IPv6 is not enabled on your host
|
# Uncomment this if IPv6 is not enabled on your host
|
||||||
# DISABLE_IPV6: 'true'
|
# DISABLE_IPV6: 'true'
|
||||||
|
|
||||||
|
# Uncomment this if you want to change the timezone of the web UI and logfiles
|
||||||
|
# TZ: 'Etc/UTC'
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/data
|
- ./data:/data
|
||||||
- ./letsencrypt:/etc/letsencrypt
|
- ./letsencrypt:/etc/letsencrypt
|
||||||
|
|
Loading…
Reference in a new issue