From be919f4567da43a14807dd2e3be8e9a703cec3fe Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 17 Feb 2025 21:09:07 +0100 Subject: [PATCH] Update Dockerfile --- immich_power_tools/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/immich_power_tools/Dockerfile b/immich_power_tools/Dockerfile index 7a4c1f0f0..081242f29 100644 --- a/immich_power_tools/Dockerfile +++ b/immich_power_tools/Dockerfile @@ -121,8 +121,8 @@ RUN \ mv /etc/nginx/nginx.conf.new /etc/nginx/nginx.conf; \ fi -ENV HEALTH_PORT="8080" \ - HEALTH_URL="/api/server/ping" +ENV HEALTH_PORT="3001" \ + HEALTH_URL="/" HEALTHCHECK \ --interval=5s \ --retries=5 \