diff --git a/media/docker-compose.yml b/media/docker-compose.yml index 59d3d42..f2b2fbe 100644 --- a/media/docker-compose.yml +++ b/media/docker-compose.yml @@ -40,6 +40,9 @@ services: - /data/usenet/incomplete-downloads:/incomplete-downloads # network_mode: "service:gluetun" forces sabnzbd to connect to the internet through the VPN defined in the gluetun container above network_mode: service:gluetun + depends_on: + gluetun: + condition: service_healthy restart: always labels: - diun.enable=true