From a3ac863b7e1d7ae94828f0f05a9fc0fd67706d94 Mon Sep 17 00:00:00 2001 From: Gabe Date: Mon, 20 Jul 2026 20:11:28 +0000 Subject: [PATCH] Update Photography_Containers/immich/compose.yaml --- Photography_Containers/immich/compose.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Photography_Containers/immich/compose.yaml b/Photography_Containers/immich/compose.yaml index 86e4abc..d49f182 100644 --- a/Photography_Containers/immich/compose.yaml +++ b/Photography_Containers/immich/compose.yaml @@ -25,8 +25,10 @@ services: #ports: # - '5009:2283' depends_on: - - redis - - database + redis: + condition: service_healthy + database: + condition: service_healthy healthcheck: disable: false networks: