diff --git a/compose.yaml b/compose.yaml index 7d86e5b..ed3d496 100644 --- a/compose.yaml +++ b/compose.yaml @@ -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