From 28e861675567bf076b0ac00f97e07b591fc1c237 Mon Sep 17 00:00:00 2001 From: hailin Date: Sat, 17 May 2025 21:36:28 +0800 Subject: [PATCH] . --- supabase/postgres/supervisord.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/supabase/postgres/supervisord.conf b/supabase/postgres/supervisord.conf index 9a8aaee..33969fe 100644 --- a/supabase/postgres/supervisord.conf +++ b/supabase/postgres/supervisord.conf @@ -38,6 +38,7 @@ stderr_logfile=/var/log/auth.err.log stdout_logfile=/var/log/auth.out.log [program:storage-api] +directory=/supabase/storage-api command=/bin/bash /supabase/storage-api/wrapper.sh autorestart=true stderr_logfile=/var/log/storage-api.err.log