Replies: 3 comments
-
To clarify, it looks like I have two options
What I'm hoping for is a way to force all traffic of an entire container but still be able to map ports to avoid collisions. |
Beta Was this translation helpful? Give feedback.
-
You have to configure the second qbitorrent to listen on another port. Since they're on the same network host (gluetun), they can't listen on the same port. I am not aware of any other solution (which would pretty much depend on docker/lxc changes imo). I'm confident you can set the qbitorrent port with a bind mounted config file somewhere, and you could open an issue on their repository asking to configure it through an env variable too, to make it easier. |
Beta Was this translation helpful? Give feedback.
-
Thanks for getting back about this, you confirm my understanding of my options. |
Beta Was this translation helpful? Give feedback.
-
Hi there,
I have this docker compose file that works excellent with qbtorrent and mullvad (below)
But, how would i add another qbtorrent container to this without port conflicts? If I was to have a bunch of different containers (with various conflicting ports) connected through one single gluetun container, is that possible somehow?
Maybe more of a docker question than gluetun, but hoping someone here would know.
Beta Was this translation helpful? Give feedback.
All reactions