MarkusMcNugen / docker-qBittorrentvpn

Docker container which runs a headless qBittorrent client with WebUI and optional OpenVPN
https://hub.docker.com/r/markusmcnugen/qbittorrentvpn/
GNU General Public License v3.0
166 stars 92 forks source link

WEBUI_PORT_ENV does not work #125

Open Jasper-lesterius opened 2 years ago

Jasper-lesterius commented 2 years ago

Port 8080 is taken in my setup, so I tried to use 8082. I changed the port forwarding to 8082:8082 and WEBUI_PORT_ENV=8022, but this doesn't work. When I change the config file and put in there 8082 for the web gui, it works fine.

So it looks like WEBUI_PORT_ENV is not applied on startup.

wccrawford commented 2 years ago

WEBUI_PORT_ENV=8022

You have a typo there.

Edit: After noticing that, I tried it myself, and it didn't work for me, either. So I think it might really be broken.

gderf commented 2 years ago

Try WEBUI_PORT= instead.

jaroslawjanas commented 1 year ago

Try WEBUI_PORT= instead.

Worked for me, but only on the 2nd try, which is weird. Maybe I didn't have my changes saved.

gderf commented 1 year ago

Having to make certain changes twice has also been reported.

schnillerman commented 1 year ago

Same problem here, behind reverse proxy.

Adding and setting variables as follows helped:

For me, only setting both variables did the trick.