Removed local disk

This commit is contained in:
Alexandre
2021-05-01 10:21:25 +02:00
committed by GitHub
parent fa43df808c
commit 115c60d904

View File

@@ -42,7 +42,6 @@
"/dev/*", "/dev/*",
"/dev/sda1" "/dev/sda1"
], ],
"full_access": true,
"options": { "options": {
"PUID": 0, "PUID": 0,
"PGID": 0, "PGID": 0,
@@ -55,7 +54,6 @@
"PUID": "int", "PUID": "int",
"PGID": "int", "PGID": "int",
"TZ": "str?", "TZ": "str?",
"localdisks": "str?",
"networkdisks": "str?", "networkdisks": "str?",
"cifsusername": "str?", "cifsusername": "str?",
"cifspassword": "str?", "cifspassword": "str?",