Fix volume paths (2nd try)
This commit is contained in:
parent
09a3e05577
commit
3d159dd82e
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ services:
|
||||||
- config.env
|
- config.env
|
||||||
- passwd.env
|
- passwd.env
|
||||||
volumes:
|
volumes:
|
||||||
- conf-pihole:/etc/pihole
|
- ./conf-pihole:/etc/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
|
||||||
|
|
Loading…
Add table
Reference in a new issue