Skip to content
This repository was archived by the owner on Jun 4, 2025. It is now read-only.

Commit be4687e

Browse files
authored
Update docker-compose.yml
making pihole volumes persist
1 parent 24989aa commit be4687e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker-compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ services:
6161
networks:
6262
pihole:
6363
ipv4_address: 172.22.22.10
64+
volumes:
65+
- './etc-pihole/:/etc/pihole/'
66+
- './etc-dnsmasq.d/:/etc/dnsmasq.d/'
6467

6568
networks:
6669
traefik:

0 commit comments

Comments
 (0)