changed time zone, added password as env

This commit is contained in:
2025-06-24 10:14:28 +02:00
parent 7da36532c0
commit 556236b4a2

View File

@ -17,9 +17,9 @@ services:
#- "123:123/udp"
environment:
# Set the appropriate timezone for your location (https://en.wikipedia.org/wiki/List_of_tz_database_time_zones), e.g:
TZ: 'Europe/London'
TZ: 'Europe/Amsterdam'
# Set a password to access the web interface. Not setting one will result in a random password being assigned
FTLCONF_webserver_api_password: 'correct horse battery staple'
FTLCONF_webserver_api_password: ${ADMIN_PASSWORD}
# If using Docker's default `bridge` network setting the dns listening mode should be set to 'all'
FTLCONF_dns_listeningMode: 'all'
# Volumes store your data between container upgrades