Uncommented the DHCP Server Capability Line "NET_ADMIN"

This commit is contained in:
2024-06-15 01:02:16 -06:00
parent a00a9f3f66
commit 9aec04fb83

View File

@ -22,8 +22,8 @@ services:
- /srv/containers/pihole/app:/etc/pihole - /srv/containers/pihole/app:/etc/pihole
- /srv/containers/pihole/etc-dnsmasq.d:/etc/dnsmasq.d - /srv/containers/pihole/etc-dnsmasq.d:/etc/dnsmasq.d
# https://github.com/pi-hole/docker-pi-hole#note-on-capabilities # https://github.com/pi-hole/docker-pi-hole#note-on-capabilities
# cap_add: cap_add:
# - NET_ADMIN # Required if you are using Pi-hole as your DHCP server, else not needed - NET_ADMIN # Required if you are using Pi-hole as your DHCP server, else not needed
restart: always restart: always
networks: networks:
docker_network: docker_network: