This commit is contained in:
Alexandre
2020-12-10 15:45:25 +01:00
3 changed files with 8 additions and 8 deletions

View File

@@ -26,12 +26,12 @@
"webui": "http://[HOST]:[PORT:8443]",
"boot": "auto",
"environment": {
"PUID": "0",
"PGID": "0"
"PUID": 0,
"PGID": 0
},
"options": {
"PUID": "0",
"PGID": "0"
"PUID": 0,
"PGID": 0
},
"schema": {
"PUID": "int",