Closed nodecentral closed 3 years ago
i was expecting to see all the containers associate listed when I do an inspect , but it does not seem to show any?
Expected. All containers using gluetun as their network run within gluetun network-wise, so there is only one host (gluetun). The other are just processes in the gluetun container really (which you won't see either with ps
from within gluetun though, because of Docker's isolation).
then qbittorrent just can’t seem to connect to anything
See your issue #472; if this doesn't fix it, if my memory is right, there were also issues due to an update of qbittorrent, so you may want to try another image tag or another torrent client such as deluge.
In the future please open discussions at https://github.com/qdm12/gluetun/discussions for help (I need to update the issue templates as well, so my bad as well!)
@qdm12 / Quinten
I’m so sorry for all the posts, I’ve been trying for days to get a working set up, but no luck so far.
Is this urgent?: No Host OS (approximate answer is fine too): QNAP Debian CPU arch or device name: amd64 What VPN provider are you using: PUREVPN What is the version of the program 3.18.0 What's the problem
No matter what I try I always seem to have issues getting everything to connect to each other, I have tried a single Docker Compose using gluetun as a service, and I’ve also tried separate docker compose files each using
network_mode = container:gluetun
- but neither has worked fully, some in part but never all as a whole.For example i can get things like jackett, sonarr and everything connect, retrieve info from the internet etc, and I can also pass things to qbittorrent but - then qbittorrent just can’t seem to connect to anything. (Nothing is reported as going in or out, and trackers are marked as Not working etc.)
All of this made me wonder if the connectivity is there, so I thought I would have a look at the Docker network which is created by the single Docker compose. Having called the application
gluetunvpn123
i was expecting to see all the containers associate listed when I do aninspect
, but it does not seem to show any? - any ideas ?The docker yml is as follows.