diff --git a/docker-compose.yml b/docker-compose.yml index cf4a234..80ec64b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -35,6 +35,7 @@ services: # Server list updater # See https://github.com/qdm12/gluetun-wiki/blob/main/setup/servers.md#update-the-vpn-servers-list - UPDATER_PERIOD=24h + restart: always qbittorrent: image: lscr.io/linuxserver/qbittorrent @@ -49,7 +50,9 @@ services: - /home/hotstovejer/docker/arr-stack/qbittorrent:/config - /home/hotstovejer/docker/arr-stack/qbittorrent/downloads:/downloads depends_on: - - gluetun + gluetun: + condition: service_healthy + restart: true restart: always jackett: