Uncommented the DHCP Server Capability Line "NET_ADMIN"
This commit is contained in:
@ -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:
|
||||||
|
Reference in New Issue
Block a user