You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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'
81
81
# Volumes store your data between container upgrades
82
82
volumes:
83
83
# For persisting Pi-hole's databases and common configuration file
@@ -300,6 +300,8 @@ We have noticed that a lot of people use Watchtower to keep their Pi-hole contai
300
300
- If you care about your data (logs/customizations), make sure you have it volume-mapped or it will be deleted in this step.
301
301
- Recreate the container using the new image.
302
302
303
+
To exclude the Pi-hole container from Watchtower's auto-update system take a look at [Full Exclude](https://containrrr.dev/watchtower/container-selection/#full_exclude) in Watchtower's docs.
304
+
303
305
Pi-hole is an integral part of your network, don't let it fall over because of an unattended update in the middle of the night.
0 commit comments