mirror of
https://github.com/linuxserver/docker-qbittorrent.git
synced 2025-04-18 19:25:07 -04:00
Merge pull request #371 from linuxserver/port-fix-master
Fix port in readme (master)
This commit is contained in:
commit
c7b0cbc559
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue