Compare commits

...

3 Commits

Author SHA1 Message Date
LinuxServer-CI
99b422c78a Bot Updating Templated Files 2025-02-04 18:24:25 +00:00
Adam
feace91f16 Merge pull request #370 from linuxserver/port-fix-libtorrent
Fix port in readme (libtorrentv1)
2025-02-04 18:22:44 +00:00
thespad
51e8763a91 Fix port in readme 2025-01-30 11:38:49 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -78,7 +78,7 @@ If you are running a very old (3.x) kernel you may run into [this issue](https:/
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 8090:8090 and -e WEBUI_PORT=8090
For example, to set the port to 8123 you need to set -p 8123:8123 and -e WEBUI_PORT=8123
### TORRENTING_PORT

View File

@@ -48,7 +48,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 8090:8090 and -e WEBUI_PORT=8090
For example, to set the port to 8123 you need to set -p 8123:8123 and -e WEBUI_PORT=8123
### TORRENTING_PORT