This commit is contained in:
2026-06-18 19:26:01 +02:00
parent 28da794a90
commit 641d81b3ad
5 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -12,7 +12,7 @@ PORT_HTTPS=8443
#PORT_DHCP_SERVER=67 #PORT_DHCP_SERVER=67
# Environment variables # Environment variables
TZ=Europe/Oslo' TZ='Europe/Oslo'
# Set a password to access the web interface. Not setting one will result in a random password being assigned # Set a password to access the web interface. Not setting one will result in a random password being assigned
FTLCONF_webserver_api_password='homekbr1998' FTLCONF_webserver_api_password=homekbr1998
+1 -1
View File
@@ -20,7 +20,7 @@ services:
# Set the appropriate timezone for your location (https://en.wikipedia.org/wiki/List_of_tz_database_time_zones), e.g: # Set the appropriate timezone for your location (https://en.wikipedia.org/wiki/List_of_tz_database_time_zones), e.g:
TZ: ${TZ} TZ: ${TZ}
# Set a password to access the web interface. Not setting one will result in a random password being assigned # Set a password to access the web interface. Not setting one will result in a random password being assigned
${FTLCONF_webserver_api_password}: 'homekbr1998' FTLCONF_webserver_api_password: ${FTLCONF_webserver_api_password}
# Volumes store your data between container upgrades # Volumes store your data between container upgrades
volumes: volumes:
# For persisting Pi-hole's databases and common configuration file # For persisting Pi-hole's databases and common configuration file
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File