chore: lint
parent
96dab9bd68
commit
b6eabdaf12
|
@ -13,7 +13,8 @@ services:
|
|||
- '/srv/docker/pihole/pihole:/etc/pihole'
|
||||
- '/srv/docker/pihole/dnsmasq.d:/etc/dnsmasq.d'
|
||||
cap_add:
|
||||
- NET_ADMIN # Required if you are using Pi-hole as your DHCP server, else not needed
|
||||
# Required if you are using Pi-hole as your DHCP server, else not needed
|
||||
- NET_ADMIN
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- dns
|
||||
|
|
Loading…
Reference in New Issue