diff --git a/code-server/config.json b/code-server/config.json index ff9e80f5d..44bf4965b 100644 --- a/code-server/config.json +++ b/code-server/config.json @@ -26,12 +26,12 @@ "webui": "http://[HOST]:[PORT:8443]", "boot": "auto", "environment": { - "PUID": "0", - "PGID": "0" + "PUID": 0, + "PGID": 0 }, "options": { - "PUID": "0", - "PGID": "0" + "PUID": 0, + "PGID": 0 }, "schema": { "PUID": "int", diff --git a/doublecommander/config.json b/doublecommander/config.json index df7ee6d93..20a659955 100644 --- a/doublecommander/config.json +++ b/doublecommander/config.json @@ -30,9 +30,9 @@ "PGID": "0" }, "options": { - "PUID": "0", - "PGID": "0", - "localdisks": ["-sda1"], + "PUID": 0, + "PGID": 0, + "localdisks": ["sda1"], "networkdisks": "", "cifsusername": "", "cifspassword": "" diff --git a/transmission/config.json b/transmission/config.json index cf2ae9644..063a4947c 100644 --- a/transmission/config.json +++ b/transmission/config.json @@ -43,7 +43,7 @@ "authentication_required": false, "username": "", "password": "", - "localdisks": ["-sda1"], + "localdisks": ["sda1"], "openvpn_enabled": false, "openvpn_config": "", "openvpn_username": "",