From b23d9f9f89ef9b5458db0d6117a31f5850b85534 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 5 Dec 2021 19:16:03 +0100 Subject: [PATCH] Update config.json --- webtop/config.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/webtop/config.json b/webtop/config.json index 43aace940..a9c759276 100644 --- a/webtop/config.json +++ b/webtop/config.json @@ -30,9 +30,7 @@ "/dev/sdg2", "/dev/nvme0", "/dev/nvme1", - "/dev/nvme2", - "/dev/mmcblk0", - "/dev/mmcblk0p1" + "/dev/nvme2" ], "environment": { "PUID": "0", @@ -56,7 +54,8 @@ "networkdisks": "str?", "cifsusername": "str?", "cifspassword": "str?", - "cifsdomain": "str?" + "cifsdomain": "str?", + "DNS_server": "str?" }, "slug": "webtop_alpine", "upstream": "1.0",