From 51572b171e5b40caf838106827e517dae8abcce7 Mon Sep 17 00:00:00 2001 From: hailin Date: Fri, 16 May 2025 12:53:07 +0800 Subject: [PATCH] . --- supervisord.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supervisord.conf b/supervisord.conf index a762d03..c735917 100644 --- a/supervisord.conf +++ b/supervisord.conf @@ -12,7 +12,7 @@ chmod=0700 serverurl=unix:///var/run/supervisor.sock [program:postgres] -command=/usr/local/bin/docker-entrypoint.sh postgres -D "/var/lib/postgresql/data" +command=/usr/local/bin/docker-entrypoint.sh postgres -D "/var/lib/postgresql/data" -c config_file=/etc/postgresql/postgresql.conf user=root autorestart=true startsecs=5