From 128b53f719bde82fc90ec75d10d816ce9a2ffe98 Mon Sep 17 00:00:00 2001 From: thespad Date: Thu, 30 Jan 2025 11:38:18 +0000 Subject: [PATCH] Fix port in readme --- readme-vars.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme-vars.yml b/readme-vars.yml index 2fb9f3a4b..839f1543b 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -49,7 +49,7 @@ app_setup_block: | Due to issues with CSRF and port mapping, should you require to alter the port for the web UI you need to change both sides of the -p 8080 switch AND set the WEBUI_PORT variable to the new port. - For example, to set the port to 8090 you need to set -p 8123:8123 and -e WEBUI_PORT=8123 + For example, to set the port to 8123 you need to set -p 8123:8123 and -e WEBUI_PORT=8123 ### TORRENTING_PORT