This commit is contained in:
hailin 2025-05-16 12:53:07 +08:00
parent 814580151c
commit 51572b171e
1 changed files with 1 additions and 1 deletions

View File

@ -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