From ecd9ac180b6c9071a06a84d3fa34d5cd13cdd584 Mon Sep 17 00:00:00 2001 From: hailin Date: Thu, 15 May 2025 18:52:49 +0800 Subject: [PATCH] . --- supervisord.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/supervisord.conf b/supervisord.conf index 83567d9..d6de5ae 100644 --- a/supervisord.conf +++ b/supervisord.conf @@ -4,6 +4,13 @@ logfile=/var/log/supervisord.log loglevel=info pidfile=/tmp/supervisord.pid +[unix_http_server] +file=/var/run/supervisor.sock +chmod=0700 + +[supervisorctl] +serverurl=unix:///var/run/supervisor.sock + [program:postgres] command=/usr/local/bin/docker-entrypoint.sh postgres -D /etc/postgresql autorestart=true