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'