From 0443fcf7aa0f0ee26e763dbad96176d502c9cb32 Mon Sep 17 00:00:00 2001 From: jaydee Date: Sun, 30 Nov 2025 15:13:57 +0100 Subject: [PATCH] build --- __swarm/pihole/pihole-swarm.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/__swarm/pihole/pihole-swarm.yml b/__swarm/pihole/pihole-swarm.yml index 330bee4..6cb7a46 100644 --- a/__swarm/pihole/pihole-swarm.yml +++ b/__swarm/pihole/pihole-swarm.yml @@ -16,8 +16,8 @@ services: - 9380:80 - 9343:443 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'