chore: lint
continuous-integration/drone/push Build is failing Details
continuous-integration/drone/pr Build is failing Details

pull/1/head
Davide Polonio 2024-08-04 14:00:15 +02:00
parent 96dab9bd68
commit b6eabdaf12
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,8 @@ services:
- '/srv/docker/pihole/pihole:/etc/pihole' - '/srv/docker/pihole/pihole:/etc/pihole'
- '/srv/docker/pihole/dnsmasq.d:/etc/dnsmasq.d' - '/srv/docker/pihole/dnsmasq.d:/etc/dnsmasq.d'
cap_add: 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 restart: unless-stopped
depends_on: depends_on:
- dns - dns