From cae317a82dd76370c9f7d6dbffae29713acc7553 Mon Sep 17 00:00:00 2001 From: John Guan Date: Mon, 27 Dec 2021 15:56:05 +0800 Subject: [PATCH] Update Pihole appfile --- Apps/Pihole/appfile.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Apps/Pihole/appfile.json b/Apps/Pihole/appfile.json index abcabfc..cb574f4 100644 --- a/Apps/Pihole/appfile.json +++ b/Apps/Pihole/appfile.json @@ -103,7 +103,7 @@ "volumes": [ { "container": "/etc/pihole", - "host": "$AppData/$AppName/etc-pihole/", + "host": "/DATA/AppData/$AppID/etc/pihole/", "mode": "rw", "allocation": "automatic", "configurable": "no", @@ -111,7 +111,7 @@ }, { "container": "/etc/dnsmasq.d", - "host": "$AppData/$AppName/etc-dnsmasq.d/", + "host": "/DATA/AppData/$AppID/etc/dnsmasq.d/", "mode": "rw", "allocation": "automatic", "configurable": "no",