Update config.json

This commit is contained in:
Alexandre
2021-06-22 21:45:50 +02:00
committed by GitHub
parent 2def16c3c9
commit 01c40bdada

View File

@@ -24,11 +24,13 @@
"webui": "http://[HOST]:[PORT:80]", "webui": "http://[HOST]:[PORT:80]",
"boot": "auto", "boot": "auto",
"environment": { "environment": {
"PUID": "0",
"PGID": "0"
}, },
"options": { "options": {
"PUID": "0",
"PGID": "0"
}, },
"schema": { "schema": {
"PUID": "int",
"PGID": "int"
} }
} }