This commit is contained in:
hailin 2025-05-16 19:34:33 +08:00
parent c5a4d3dff2
commit 754fe4ca1e
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ serverurl=unix:///var/run/supervisor.sock
[program:postgres]
command=/bin/bash -c "exec /usr/local/bin/docker-entrypoint.sh postgres -D '/var/lib/postgresql/data'"
user=root
autorestart=true
startsecs=5
stdout_logfile=/var/log/postgres.out.log