This commit is contained in:
parent
c5a4d3dff2
commit
754fe4ca1e
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue