From b16ee5e823c50c8854e7b022962cc056e2747178 Mon Sep 17 00:00:00 2001 From: John Doe Date: Sun, 8 Mar 2026 18:08:36 -0400 Subject: [PATCH] disbaling gluetun healthy --- docker-compose.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index d35114d..b2a94de 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -99,9 +99,9 @@ services: image: linuxserver/qbittorrent:latest container_name: qbittorrent network_mode: service:gluetun - depends_on: - gluetun: - condition: service_healthy + #depends_on: + # gluetun: + # condition: service_healthy environment: <<: *lsio-environment WEBUI_PORT: 8080 @@ -123,9 +123,9 @@ services: image: linuxserver/lidarr:latest container_name: lidarr network_mode: service:gluetun - depends_on: - gluetun: - condition: service_healthy + #depends_on: + # gluetun: + # condition: service_healthy environment: <<: *lsio-environment volumes: @@ -145,9 +145,9 @@ services: image: slskd/slskd:latest container_name: slskd network_mode: service:gluetun - depends_on: - gluetun: - condition: service_healthy + #depends_on: + # gluetun: + # condition: service_healthy environment: <<: *lsio-environment SLSKD_SLSK_USERNAME: ${SOULSEEK_USER}