Skip to content

Commit 059356b

Browse files
committed
ListeningMode should be ALL
Signed-off-by: yubiuser <github@yubiuser.dev>
1 parent e4954df commit 059356b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

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

0 commit comments

Comments
 (0)