This commit is contained in:
parent
814580151c
commit
51572b171e
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue