Update Pihole appfile
This commit is contained in:
parent
5c7ff78208
commit
cae317a82d
|
@ -103,7 +103,7 @@
|
||||||
"volumes": [
|
"volumes": [
|
||||||
{
|
{
|
||||||
"container": "/etc/pihole",
|
"container": "/etc/pihole",
|
||||||
"host": "$AppData/$AppName/etc-pihole/",
|
"host": "/DATA/AppData/$AppID/etc/pihole/",
|
||||||
"mode": "rw",
|
"mode": "rw",
|
||||||
"allocation": "automatic",
|
"allocation": "automatic",
|
||||||
"configurable": "no",
|
"configurable": "no",
|
||||||
|
@ -111,7 +111,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"container": "/etc/dnsmasq.d",
|
"container": "/etc/dnsmasq.d",
|
||||||
"host": "$AppData/$AppName/etc-dnsmasq.d/",
|
"host": "/DATA/AppData/$AppID/etc/dnsmasq.d/",
|
||||||
"mode": "rw",
|
"mode": "rw",
|
||||||
"allocation": "automatic",
|
"allocation": "automatic",
|
||||||
"configurable": "no",
|
"configurable": "no",
|
||||||
|
|
Loading…
Reference in New Issue