mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-10-19 18:23:34 +00:00
Added timezone to docker-compose examples
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user