From da105b17978e53a7511f642cd14dfbf28685724c Mon Sep 17 00:00:00 2001 From: cornshakes Date: Sun, 9 Nov 2025 17:03:54 +0100 Subject: [PATCH] change docker FTLCONF_dns_listeningMode to ALL Signed-off-by: cornshakes --- docs/docker/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docker/index.md b/docs/docker/index.md index f7a053fac..27f6b1d03 100644 --- a/docs/docker/index.md +++ b/docs/docker/index.md @@ -26,8 +26,8 @@ services: TZ: 'Europe/London' # 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' - # If using Docker's default `bridge` network setting the dns listening mode should be set to 'all' - FTLCONF_dns_listeningMode: 'all' + # 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 volumes: # For persisting Pi-hole's databases and common configuration file