Fix bind mount paths
This commit is contained in:
parent
6be7c81137
commit
d546922e1e
16 changed files with 36 additions and 45 deletions
|
@ -6,8 +6,8 @@ image = "pihole/pihole"
|
|||
ports = ["53:53/tcp", "53:53/udp", "67:67/udp", "8069:80/tcp"]
|
||||
networks = ["proxy"]
|
||||
volumes = [
|
||||
"/docker/pihole/pihole:/etc/pihole/",
|
||||
"/docker/pihole/dnsmasq:/etc/dnsmasq.d/",
|
||||
"~/data/pihole/pihole:/etc/pihole/",
|
||||
"~/data/pihole/dnsmasq:/etc/dnsmasq.d/",
|
||||
]
|
||||
dns = ["127.0.0.1", "1.1.1.1"]
|
||||
cap_add = ["NET_ADMIN"]
|
||||
|
|
Reference in a new issue