Update docker-compose.yaml
Commenting NET_ADMIN in default config Only needed for DHCP
This commit is contained in:
parent
a3f90a9549
commit
cade44a923
1 changed files with 3 additions and 3 deletions
|
@ -6,8 +6,8 @@ services:
|
|||
image: pihole/pihole:latest
|
||||
hostname: pi-hole
|
||||
mac_address: d0:ca:ab:cd:ef:01
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
# cap_add: # Uncomment if you want to use Pi-Hole for DHCP
|
||||
# - NET_ADMIN
|
||||
ports:
|
||||
- 443/tcp
|
||||
- 53/tcp
|
||||
|
|
Loading…
Reference in a new issue