Update config.json

This commit is contained in:
Alexandre
2021-02-16 11:38:46 +01:00
committed by GitHub
parent 5c39037323
commit 49fa9b06bb

View File

@@ -37,12 +37,12 @@
"options": { "options": {
"PUID": 0, "PUID": 0,
"PGID": 0, "PGID": 0,
"maxmem": 120 "maxmem": "120m"
}, },
"schema": { "schema": {
"PUID": "int", "PUID": "int",
"PGID": "int", "PGID": "int",
"maxmem": "int", "maxmem": "str",
"networkdisks": "str?", "networkdisks": "str?",
"cifsusername": "str?", "cifsusername": "str?",
"cifspassword": "str?", "cifspassword": "str?",