From 9c544f3490fa59eb36a9d71bcaab8465b0e6d83f Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 13 Dec 2020 12:17:43 +0100 Subject: [PATCH] correct port --- transmission_ls/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transmission_ls/config.json b/transmission_ls/config.json index 68e94dbd8..a413e0e80 100644 --- a/transmission_ls/config.json +++ b/transmission_ls/config.json @@ -29,7 +29,7 @@ ], "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "full_access": true, - "webui": "http://[HOST]:[PORT:8443]", + "webui": "http://[HOST]:[PORT:9091]", "boot": "auto", "environment": { "PUID": 0,