Skip to content

Commit da105b1

Browse files
committed
change docker FTLCONF_dns_listeningMode to ALL
Signed-off-by: cornshakes <michael.hopfner@icloud.com>
1 parent c6d5037 commit da105b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docker/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ services:
2626
TZ: 'Europe/London'
2727
# Set a password to access the web interface. Not setting one will result in a random password being assigned
2828
FTLCONF_webserver_api_password: 'correct horse battery staple'
29-
# If using Docker's default `bridge` network setting the dns listening mode should be set to 'all'
30-
FTLCONF_dns_listeningMode: 'all'
29+
# If using Docker's default `bridge` network setting the dns listening mode should be set to 'ALL'
30+
FTLCONF_dns_listeningMode: 'ALL'
3131
# Volumes store your data between container upgrades
3232
volumes:
3333
# For persisting Pi-hole's databases and common configuration file

0 commit comments

Comments
 (0)