Bug: qbittorrent works with "container:gluetun"
but not with "service:gluetun"
#2452
Labels
Category: Investigation 🔍
Status: 🔴 Blocked
Blocked by another issue or pull request
Status: 🗯️ Waiting for feedback
Is this urgent?
No
Host OS
Ubuntu Server 22.04
CPU arch
x86_64
VPN service provider
Windscribe
What are you using to run the container
Portainer
What is the version of Gluetun
Running version latest built on 2024-08-25T07:04:32.409Z (commit 01fa993)
What's the problem 🤔
As per the wiki, containers defined in the same compose/stack should be connected to gluetun via
network_mode: "service:gluetun"
. When done this way, qBittorrent does not work: It cannot connect to any tracker, does not find peers, etc. and will just complain that everything is unreachable. I can ping the outside world fine from within the qb container, though.When I separate the qb part from the same stack into a new one and only change the network mode to
network_mode: "container:gluetun"
, it works just fine.Edit: This is so weird, sometimes it just works with both containers in one stack. I can't see any difference in the logs, though. I'll start the exact same compose and suddenly it just works. After another restart of the stack, it won't work any more, except sometimes it will. Again, ping always works from within the qb container, which seems even weirder.
Share your logs (at least 10 lines)
Share your configuration
The text was updated successfully, but these errors were encountered: