You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My qBittorrent container takes a while to initialize before the Web UI becomes available. I will get errors like curl: (56) Recv failure: Connection reset by peer while qBit is starting.
I have the 2 depends_on conditions for gluetun and qbit. Since qbit doesn't have a health check in the pod, I used service_started. Is there a way to wait until Web UI is available?
The text was updated successfully, but these errors were encountered:
My qBittorrent container takes a while to initialize before the Web UI becomes available. I will get errors like
curl: (56) Recv failure: Connection reset by peer
while qBit is starting.Here's my docker compose file
I have the 2 depends_on conditions for gluetun and qbit. Since qbit doesn't have a health check in the pod, I used service_started. Is there a way to wait until Web UI is available?
The text was updated successfully, but these errors were encountered: