From 93a29e0efc2324f92c70239d64be5c7a950fe971 Mon Sep 17 00:00:00 2001 From: Alan Grainger Date: Sat, 16 Nov 2024 14:04:21 +0100 Subject: [PATCH] Update docker-compose.yml --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 8bf3f37..cf05435 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -8,6 +8,6 @@ services: environment: - IMMICH_URL=http://your-internal-immich-server:2283 healthcheck: - test: wget -q http://localhost:3000/healthcheck || exit 1 + test: wget -q --spider http://localhost:3000/healthcheck || exit 1 start_period: 10s timeout: 5s