From 8c597005d62629d06b1782a50ba16410f3b52686 Mon Sep 17 00:00:00 2001 From: hailin Date: Mon, 26 May 2025 12:35:13 +0800 Subject: [PATCH] . --- supabase/postgres/supervisord.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/supabase/postgres/supervisord.conf b/supabase/postgres/supervisord.conf index 1d8b4e1..6b5fd7f 100644 --- a/supabase/postgres/supervisord.conf +++ b/supabase/postgres/supervisord.conf @@ -22,8 +22,7 @@ autorestart=true stdout_logfile=/var/log/postgres.out.log stderr_logfile=/var/log/postgres.err.log environment=POSTGRES_PASSWORD="postgres" -autostart=false -autorestart=false + [program:postgrest] command=/bin/bash /supabase/postgrest/wrapper.sh