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": {
"PUID": 0,
"PGID": 0,
"maxmem": 120
"maxmem": "120m"
},
"schema": {
"PUID": "int",
"PGID": "int",
"maxmem": "int",
"maxmem": "str",
"networkdisks": "str?",
"cifsusername": "str?",
"cifspassword": "str?",