This commit is contained in:
parent
814580151c
commit
51572b171e
|
|
@ -12,7 +12,7 @@ chmod=0700
|
||||||
serverurl=unix:///var/run/supervisor.sock
|
serverurl=unix:///var/run/supervisor.sock
|
||||||
|
|
||||||
[program:postgres]
|
[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
|
user=root
|
||||||
autorestart=true
|
autorestart=true
|
||||||
startsecs=5
|
startsecs=5
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue