pihole: chore: Standardise data directory naming
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user