From 63bf6b805b68661627decb46c671b36fb6389c30 Mon Sep 17 00:00:00 2001 From: jaydee Date: Sun, 30 Nov 2025 15:16:46 +0100 Subject: [PATCH] build --- __swarm/pihole/pihole-swarm.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/__swarm/pihole/pihole-swarm.yml b/__swarm/pihole/pihole-swarm.yml index 601d851..408f795 100644 --- a/__swarm/pihole/pihole-swarm.yml +++ b/__swarm/pihole/pihole-swarm.yml @@ -16,8 +16,8 @@ services: - 9380:80 - 9343:443 volumes: - - pihole/etc-pihole:/etc/pihole - - pihole/etc-dnsmasq.d:/etc/dnsmasq.d + - pihole-etc:/etc/pihole + - pihole-dnsmasq.d:/etc/dnsmasq.d deploy: labels: com.centurylinklabs.watchtower.enable: 'true' @@ -40,5 +40,5 @@ services: constraints: - node.role == manager volumes: - pihole/etc-pihole: - pihole/etc-dnsmasq.d: \ No newline at end of file + pihole-etc: + pihole-dnsmasq.d: \ No newline at end of file