Did you specify a dependency? https://docs.docker.com/compose/compose-file/05-services/#depends_on
If qbit depends on gluetun it doesn't start before it.
For this kind of question it's always good to show the compose file(s)
1. Posts must be related to the discussion of digital piracy
2. Don't request invites, trade, sell, or self-promote
3. Don't request or link to specific pirated titles, including DMs
4. Don't submit low-quality posts, be entitled, or harass others
📜 c/Piracy Wiki (Community Edition):
💰 Please help cover server costs.
Ko-fi | Liberapay |
Did you specify a dependency? https://docs.docker.com/compose/compose-file/05-services/#depends_on
If qbit depends on gluetun it doesn't start before it.
For this kind of question it's always good to show the compose file(s)
I added this to my qBit section:
depends_on:
gluetun:
condition: service_healthy
restart: true
It caused an error with gluetun somehow
You only need depends_on: gluetun. Did you observe the logs at boot? Do they still show that qbit starts first?
qBit starts second but Gluetun isn't finished and doesn't open the port for another few seconds, causing this problem
I added a pastebin of the compose file
I tried adding depends_on to the qBit, but I got the same result. I think it's already dependent on gluetun for the network_mode
See if your qBit container supports mounting scripts to be run at startup and just throw in a sleep 60
or whatever
I don't see support for it in the Linuxserver documents
I use only the default depends_on along with network mode in my setup and it works but your glutun might be taking longer to load so something like this might help.
You definitely need some kind of depends on thought:
I added this to my qBit section:
depends_on:
gluetun:
condition: service_healthy
restart: true
It caused an error with gluetun somehow
Why do you think it's firewalled?
Does the web gui work, and just the torrents are failing?
I assume you didn't forget to open the port on the machine. I made that mistake and it took forever to figure out
Torrents are stalling and it's only seeding about 600 KB/s. The icon at the bottom shows a little flame and the hover text says "firewalled".
Restarting qBit through the Dockge web terminal turns that flame icon into a globe and it starts finding hundreds of DHT networks. Uploads nearly max out my upload bandwidth.
I have had a similar issue I think. Try killing and removing the containers (docker kill and docker RM) and then start it. Iirc that was what fixed it for me.
This happens every time I start them together, though. This is just a temporary fix