Update Pihole appfile

This commit is contained in:
John Guan 2021-12-27 15:56:05 +08:00
parent 5c7ff78208
commit cae317a82d
1 changed files with 2 additions and 2 deletions

View File

@ -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",