File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,8 @@ services:
120
120
# If you would rather use Sqlite, remove all DB_MYSQL_* lines above
121
121
# Uncomment this if IPv6 is not enabled on your host
122
122
# DISABLE_IPV6: 'true'
123
+ # Uncomment this if you want to change the timezone of the web UI and logfiles
124
+ # TZ: 'Etc/UTC'
123
125
volumes:
124
126
- ./data:/data
125
127
- ./letsencrypt:/etc/letsencrypt
Original file line number Diff line number Diff line change @@ -27,6 +27,9 @@ services:
27
27
# Uncomment this if IPv6 is not enabled on your host
28
28
# DISABLE_IPV6: 'true'
29
29
30
+ # Uncomment this if you want to change the timezone of the web UI and logfiles
31
+ # TZ: 'Etc/UTC'
32
+
30
33
volumes :
31
34
- ./data:/data
32
35
- ./letsencrypt:/etc/letsencrypt
You can’t perform that action at this time.
0 commit comments