Fair enough, but OPs problem can be solved by changing a 0 to a 1 in a single file.
Comment on 2 docker containers on same port?
breadsmasher@lemmy.world 1 year agoYou can also map different ports to the container. For sake of argument lets say qtorrent had a fixed port you cannot change, that’s just what the application listens to. You can then map a different container port to that application port.
tldr, OP, you can’t have two containers in docker on the same container port
Fjor@lemm.ee 1 year ago
Right, my bad for the misleading/wrong title. This is my question - how do i map a port to a container that uses network_mode: …