From 9601c34c1b4d4a6a9a9b4be33979860da6ff4f4d Mon Sep 17 00:00:00 2001 From: Peter Smit Date: Tue, 15 Apr 2025 10:16:48 +0200 Subject: [PATCH] actually, nah --- pihole/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pihole/docker-compose.yml b/pihole/docker-compose.yml index e2c6db5..0b65bad 100644 --- a/pihole/docker-compose.yml +++ b/pihole/docker-compose.yml @@ -12,7 +12,7 @@ services: # Default HTTPs Port. FTL will generate a self-signed certificate # - "443:443/tcp" # Uncomment the below if using Pi-hole as your DHCP Server - - "67:67/udp" +# - "67:67/udp" # Uncomment the line below if you are using Pi-hole as your NTP server #- "123:123/udp" environment: @@ -29,7 +29,7 @@ services: cap_add: # See https://github.com/pi-hole/docker-pi-hole#note-on-capabilities # Required if you are using Pi-hole as your DHCP server, else not needed - - NET_ADMIN +# - NET_ADMIN # Required if you are using Pi-hole as your NTP client to be able to set the host's system time # - SYS_TIME # Optional, if Pi-hole should get some more processing time