Update config.json

This commit is contained in:
Alexandre
2021-02-05 17:46:28 +01:00
committed by GitHub
parent ea65ac4345
commit 5ba00ce2b3

View File

@@ -26,7 +26,7 @@
"share:rw",
"media:rw"
],
"webui": "http://[HOST]:[PORT:8080]/mlkjzerhg",
"webui": "http://[HOST]:[PORT:8080]",
"boot": "auto",
"environment": {
"WEBUI_PORT": "8080"
@@ -40,8 +40,8 @@
"schema": {
"PUID": "int",
"PGID": "int",
"certfile": "str",
"keyfile": "str",
"certfile": "str?",
"keyfile": "str?",
"TZ": "str?"
}
}