From 042a3d42ec924bfad819b5c70698c75328fb35ce Mon Sep 17 00:00:00 2001 From: hailin Date: Tue, 20 May 2025 15:42:23 +0800 Subject: [PATCH] . --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b89d8ff..237eb31 100644 --- a/Dockerfile +++ b/Dockerfile @@ -355,7 +355,7 @@ RUN chmod +x /supabase/postgres/wrapper.sh /supabase/postgrest/wrapper.sh /supab ENTRYPOINT ["supervisord"] #HEALTHCHECK --interval=2s --timeout=2s --retries=10 CMD pg_isready -U postgres -h localhost -HEALTHCHECK --interval=5s --timeout=3s --start-period=30s --retries=20 CMD pg_isready -U postgres -h localhost +HEALTHCHECK --interval=5s --timeout=3s --start-period=30s --retries=10 CMD pg_isready -U postgres -h 127.0.0.1 -p 5432 || exit 1 STOPSIGNAL SIGINT #EXPOSE 5432