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
168 stars 92 forks source link

UI not available #78

Open markfaine opened 3 years ago

markfaine commented 3 years ago

Everything appears to start correctly, see attached logfile and docker-compose file. However, the qBittorent UI on 192.168.1.123:8080 is not available. I'm not sure why. At first, I suspected that it might be that I'm using an overlay network in swarm mode. It's an attachable network though and I'm starting the container with docker-compose due to swarm mode not supporting NET_ADMIN cap, which is needed for the below suggested change. I disabled openvpn and it's still not available though, so it's likely not that.

Also, would you consider adding or accepting a PR that adds something like the following to /etc/openvpn/start.sh

mkdir -p /dev/net
mknod /dev/net/tun c 10 200
chmod 0666 /dev/net/tun

This is needed because the tun device does not exist otherwise.

docker-compose.txt qbittorent.log