Skip to content

Commit 77bf42e

Browse files
authored
Merge pull request #1757 from pi-hole/master
Sync master back into development
2 parents c26f896 + 78aee9e commit 77bf42e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -76,6 +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'
7981
# Volumes store your data between container upgrades
8082
volumes:
8183
# For persisting Pi-hole's databases and common configuration file
@@ -94,7 +96,6 @@ services:
9496
```
9597
9698
2. Run `docker compose up -d` to build and start pi-hole (Syntax may be `docker-compose` on older systems).
97-
3. If using Docker's default `bridge` network setting, set the environment variable `FTLCONF_dns_listeningMode` to `all`.
9899

99100
> [!NOTE]
100101
> Volumes are recommended for persisting data across container re-creations for updating images.

0 commit comments

Comments
 (0)