diff --git a/qbittorrent/config.json b/qbittorrent/config.json index ec774a0c7..056b8b431 100644 --- a/qbittorrent/config.json +++ b/qbittorrent/config.json @@ -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?" } }