Fix volume paths
This commit is contained in:
parent
982647cc82
commit
76c7c99f0b
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ services:
|
|||
- config.env
|
||||
- passwd.env
|
||||
volumes:
|
||||
- /home/docker/pihole/conf-pihole:/etc/pihole
|
||||
- /home/docker/pihole/conf-dnsmasq:/etc/dnsmasq.d
|
||||
- conf-pihole:/etc/pihole
|
||||
- conf-dnsmasq:/etc/dnsmasq.d
|
||||
dns:
|
||||
- 127.0.0.1
|
||||
- 1.1.1.1
|
||||
|
|
Loading…
Reference in a new issue