I am new to linux btw, so I appreciate any help.
Going through the common issues page, I noticed that for verify port mappings that docker ps doesn't show a port for qbittorrent. Not sure where I went wrong.
The docker logs for qbittorrent show that the 8081 port succeeded, so not sure why the port is not showing up with the docker ps command. Overall, the issue was identified with creating the download client in radarr, and I have identified the port mapping discrepancy when digging into it.
Code: Select all
******** Information ********
To control qBittorrent, access the WebUI at: http://localhost:8081
Connection to localhost (::1) 8081 port [tcp/tproxy] succeeded!
[ls.io-init] done.
Again, appreciate any help!