.
This commit is contained in:
+2
-2
@@ -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
@@ -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
Executable → Regular
Executable → Regular
Reference in New Issue
Block a user