This commit is contained in:
2025-12-06 01:17:11 +01:00
parent a3661ef551
commit 6c65d61a9d

View File

@@ -1,7 +1,7 @@
volumes: volumes:
pihole_etc_pihole: data::
driver: local driver: local
pihole_etc_dnsmasq_d: dnsmasq_d:
driver: local driver: local
networks: networks:
@@ -12,7 +12,7 @@ networks:
config: config:
- subnet: 192.168.78.0/24 - subnet: 192.168.78.0/24
services: services:
pihole: app:
cap_add: cap_add:
- NET_ADMIN - NET_ADMIN
- SYS_TIME - SYS_TIME
@@ -41,12 +41,12 @@ services:
protocol: tcp protocol: tcp
mode: ingress mode: ingress
volumes: volumes:
- pihole_etc_pihole:/etc/pihole - data:/etc/pihole
- pihole_etc_dnsmasq_d:/etc/dnsmasq.d - dnsmasq_d:/etc/dnsmasq.d
deploy: deploy:
labels: labels:
com.centurylinklabs.watchtower.enable: 'true' com.centurylinklabs.watchtower.enable: 'true'
homepage.container: pihole homepage.container: pihole_app
homepage.description: Add blocker homepage.description: Add blocker
homepage.group: Infrastructure homepage.group: Infrastructure
homepage.href: https://active.home.lan:9343/admin homepage.href: https://active.home.lan:9343/admin