From 063c077c9eb7bfceb7440b24144cadd4564b6677 Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Sat, 14 Feb 2026 17:33:20 +0100 Subject: [PATCH] updated immich template --- templates/immich/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/immich/docker-compose.yml b/templates/immich/docker-compose.yml index 548b593..6668595 100644 --- a/templates/immich/docker-compose.yml +++ b/templates/immich/docker-compose.yml @@ -45,7 +45,7 @@ services: limits: memory: 2048M healthcheck: - test: ["CMD", "wget", "--spider", "-q", "http://localhost:2283/api/server/ping"] + test: ["CMD", "curl", "-sf", "http://localhost:2283/api/server/ping"] interval: 30s timeout: 10s retries: 3 @@ -97,7 +97,7 @@ services: deploy: resources: limits: - memory: 256M + memory: 512M healthcheck: test: ["CMD-SHELL", "pg_isready -U immich -d immich"] interval: 10s