pihole: chore: Standardise data directory naming
This commit is contained in:
@@ -28,15 +28,15 @@ services:
|
|||||||
- "DNS2=no"
|
- "DNS2=no"
|
||||||
- "DNSMASQ_USER=root"
|
- "DNSMASQ_USER=root"
|
||||||
volumes:
|
volumes:
|
||||||
- "./etc-pihole/:/etc/pihole/"
|
- "./pihole-data/:/etc/pihole/"
|
||||||
- "./etc-dnsmasq.d/:/etc/dnsmasq.d/"
|
- "./dnsmasq.d-data/:/etc/dnsmasq.d/"
|
||||||
|
|
||||||
unbound:
|
unbound:
|
||||||
image: mvance/unbound-rpi:latest
|
image: mvance/unbound-rpi:latest
|
||||||
container_name: unbound
|
container_name: unbound
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- "./unbound:/opt/unbound/etc/unbound"
|
- "./unbound-data:/opt/unbound/etc/unbound"
|
||||||
networks:
|
networks:
|
||||||
dns_net:
|
dns_net:
|
||||||
ipv4_address: 172.20.0.11
|
ipv4_address: 172.20.0.11
|
||||||
|
|||||||
Reference in New Issue
Block a user