fusetim / external_natpmp_qbittorrent

MIT License
0 stars 4 forks source link

service fails due to hardcoded webui port #6

Open 4s1 opened 2 months ago

4s1 commented 2 months ago

Newer versions of linuxserver/docker-bittorrent support custom webui ports, which leads to a failure with hardcoded port 8080

Instead of hardcoded port 8080, WEBUI_PORT env var should be read (with a fallback to 8080)

fusetim commented 2 months ago

In fact, it should be quite simple to implement. Thank you for taking the time to write an issue.