Fix volume paths

This commit is contained in:
JeremyStar™ 2024-03-09 12:45:54 +01:00
parent 982647cc82
commit 76c7c99f0b

View file

@ -11,8 +11,8 @@ services:
- config.env - config.env
- passwd.env - passwd.env
volumes: volumes:
- /home/docker/pihole/conf-pihole:/etc/pihole - conf-pihole:/etc/pihole
- /home/docker/pihole/conf-dnsmasq:/etc/dnsmasq.d - conf-dnsmasq:/etc/dnsmasq.d
dns: dns:
- 127.0.0.1 - 127.0.0.1
- 1.1.1.1 - 1.1.1.1