chore: created first config #1

Merged
polpetta merged 4 commits from first-config into main 2024-08-04 14:08:20 +02:00
Showing only changes of commit b6eabdaf12 - Show all commits

View File

@ -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