[SOLVED] Re: Docker image not working properly
Posted: Mon Mar 10, 2025 4:27 pm
After some fiddling around with my "docker run" command, I found that adding "--net=host" to the command seemed to fix the issue. All of a sudden the torrents that had stuck started downloading.
So it seems that the port mapping between the container and the host is the issue somewhere. Despite my mapping what I thought
was correct, but clearly not.
Since it all seems to be working now, I'll call it fixed.
So it seems that the port mapping between the container and the host is the issue somewhere. Despite my mapping what I thought
Code: Select all
-p 8112:8112 -p 58846:58846 -p 58946:58946/udp -p 6881:6881 -p 6881:6881/udp \
Since it all seems to be working now, I'll call it fixed.