Update config.json

This commit is contained in:
Alexandre
2021-02-16 11:46:44 +01:00
committed by GitHub
parent 49fa9b06bb
commit 7e1ef423c1

View File

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