From 00377491a93258b0ef93c5710bdf7f3a9fc32f81 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 12 May 2021 16:00:09 +0200 Subject: [PATCH] Update config.json --- joal/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/joal/config.json b/joal/config.json index e66bcb27d..91c5cb6fa 100644 --- a/joal/config.json +++ b/joal/config.json @@ -17,11 +17,11 @@ ], "ports": { "49152/tcp": null, - "8081/tcp": null + "8081/tcp": 8091 }, "ports_description": { "49152/tcp": "torrent port (not required)", - "8081/tcp": "Web UI port (not required for Ingress)" + "8081/tcp": "Web UI port" }, "webui": "http://[HOST]:[PORT:8081]/joal/ui", "boot": "auto",