I have both qbittorrent and sabnzbd within one compose and routing traffic through another container within the same compose.
Both of these services have internal port set to 8080.
Since I’m routing through another container it’s the internal port that is relevant for me so publishing sabnzbd to something else like 8081:8080 is not a solution.
Is there any environment variable that will let sabnzbd run on a different internal port?
I could maybe look at the webui port of qbit but it’s already up and running with other services depending on it so I’d rather set sabnzbd to something else.
WE do not have one, but you can check the upstream documentation and see if they have something.
A little late but the solution is not that hard. After creating the container you can change the sabnzbd.ini file and set port to 8081. That will be the internal port now.
This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.