This commit is contained in:
ioqy
2024-05-03 11:11:38 +02:00
committed by GitHub
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 # 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

View File

@@ -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