This commit is contained in:
ioqy 2024-05-03 11:11:38 +02:00 committed by GitHub
commit 3eeb2e1f09
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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