From 556236b4a2468ad0acdb0a84738fc15847a8ab3a Mon Sep 17 00:00:00 2001 From: timothy Date: Tue, 24 Jun 2025 10:14:28 +0200 Subject: [PATCH] changed time zone, added password as env --- compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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