pihole: chore: Standardise data directory naming

This commit is contained in:
PorridgePi
2022-09-20 18:45:20 +08:00
parent 4e5807b5c2
commit 58508082d6

View File

@@ -28,15 +28,15 @@ services:
- "DNS2=no"
- "DNSMASQ_USER=root"
volumes:
- "./etc-pihole/:/etc/pihole/"
- "./etc-dnsmasq.d/:/etc/dnsmasq.d/"
- "./pihole-data/:/etc/pihole/"
- "./dnsmasq.d-data/:/etc/dnsmasq.d/"
unbound:
image: mvance/unbound-rpi:latest
container_name: unbound
restart: always
volumes:
- "./unbound:/opt/unbound/etc/unbound"
- "./unbound-data:/opt/unbound/etc/unbound"
networks:
dns_net:
ipv4_address: 172.20.0.11