Skip to content

Commit 63e49b0

Browse files
committed
Added timezone to docker-compose examples
1 parent 67208e4 commit 63e49b0

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

docs/advanced-config/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ services:
120120
# If you would rather use Sqlite, remove all DB_MYSQL_* lines above
121121
# Uncomment this if IPv6 is not enabled on your host
122122
# DISABLE_IPV6: 'true'
123+
# Uncomment this if you want to change the timezone of the web UI and logfiles
124+
# TZ: 'Etc/UTC'
123125
volumes:
124126
- ./data:/data
125127
- ./letsencrypt:/etc/letsencrypt

docs/setup/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ services:
2727
# Uncomment this if IPv6 is not enabled on your host
2828
# DISABLE_IPV6: 'true'
2929

30+
# Uncomment this if you want to change the timezone of the web UI and logfiles
31+
# TZ: 'Etc/UTC'
32+
3033
volumes:
3134
- ./data:/data
3235
- ./letsencrypt:/etc/letsencrypt

0 commit comments

Comments
 (0)