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