From 4e6a6b14f10069893f13c78aaa865e654fbb06be Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 2 May 2022 08:34:50 +0200 Subject: [PATCH] Update config.json --- calibre_web/config.json | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/calibre_web/config.json b/calibre_web/config.json index 965bba897..4e687644d 100644 --- a/calibre_web/config.json +++ b/calibre_web/config.json @@ -61,17 +61,15 @@ }, "panel_icon": "mdi:library", "ports": { - "8080/tcp": 8080, - "8081/tcp": 8081 + "8083/tcp": 8083 }, "ports_description": { - "8080/tcp": "calibre-web desktop gui", - "8081/tcp": "calibre-web webserver gui" + "8083/tcp": "calibre-web webui" }, "privileged": [], "schema": { - "CLI_ARGS": "str?", - "PASSWORD": "str?", + "OAUTHLIB_RELAX_TOKEN_SCOPE": "str?", + "DOCKER_MODS": "str?", "PGID": "int", "PUID": "int", "TZ": "str?",