This commit is contained in:
2025-11-30 18:26:06 +01:00
parent a1ceec582a
commit 86ed33513d
2 changed files with 45 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
volumes:
pihole_etc_pihole:
driver: local
pihole_etc_dnsmasq_d:
driver: local
networks:
pihole:
driver: overlay
@@ -35,8 +41,8 @@ services:
protocol: tcp
mode: ingress
volumes:
- /share/docker_data/pihole/etc-pihole:/etc/pihole
- /share/docker_data/pihole/etc-dnsmasq.d:/etc/dnsmasq.d
- pihole_etc_pihole:/etc/pihole
- pihole_etc_dnsmasq_d:/etc/dnsmasq.d
deploy:
labels:
com.centurylinklabs.watchtower.enable: 'true'