Open paulens12 opened 5 years ago
How are you mapping your ports? I think you may want something like this:
0.0.0.0:5000=>5000/tcp 0.0.0.0:49161=>49161/tcp 0.0.0.0:7878=>80/tcp
5000 is the scgi port that rutorrent uses to communicate with rtorrent. Also, remapping port 80 is required as it conflicts with the OMV management port (you have probably done this already).
Hmm, well I hadn't mapped port 5000 because it's not exposed by the docker image. I just tried mapping it, but that didn't help. Here are my current port mappings: 0.0.0.0:444->443/tcp 49160/tcp (unmapped) 0.0.0.0:51413->49161/tcp 0.0.0.0:5000->5000/tcp 0.0.0.0:180->80/tcp
Sorry - thought that might help based on the rutorrent log message.
I am out of ideas other than maybe check the OMV forums for help or look at a different image for clues.
I am having this issue however it started happening recently. I haven't changed any settings and rutorrent can connect for a while after container is started but after an hour or so it can no longer connect unless I restart.
I'm getting this error in rutorrent log:
No connection to rTorrent. Check if it is really running. Check $scgi_port and $scgi_host settings in config.php and scgi_port in rTorrent configuration file.
Here's the docker log:I'm running this on OpenMediaVault through the Docker plugin