This commit is contained in:
parent
c5a4d3dff2
commit
754fe4ca1e
|
|
@ -13,6 +13,7 @@ serverurl=unix:///var/run/supervisor.sock
|
||||||
|
|
||||||
[program:postgres]
|
[program:postgres]
|
||||||
command=/bin/bash -c "exec /usr/local/bin/docker-entrypoint.sh postgres -D '/var/lib/postgresql/data'"
|
command=/bin/bash -c "exec /usr/local/bin/docker-entrypoint.sh postgres -D '/var/lib/postgresql/data'"
|
||||||
|
user=root
|
||||||
autorestart=true
|
autorestart=true
|
||||||
startsecs=5
|
startsecs=5
|
||||||
stdout_logfile=/var/log/postgres.out.log
|
stdout_logfile=/var/log/postgres.out.log
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue