From 9887cbf6a8281a2b8fc37fb581bf451e3b232676 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 28 May 2025 12:02:21 +0200 Subject: [PATCH] Update Dockerfile --- postgres/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres/Dockerfile b/postgres/Dockerfile index 30a8fc4fa..fe0e2b714 100644 --- a/postgres/Dockerfile +++ b/postgres/Dockerfile @@ -121,4 +121,4 @@ HEALTHCHECK \ --retries=5 \ --start-period=90s \ --timeout=25s \ - CMD pg_isready || exit 1 + CMD pg_isready -d postgres || exit 1