docker: update supervisord
This commit is contained in:
parent
8c3937b4b5
commit
407e991c52
|
@ -1,5 +1,11 @@
|
||||||
[supervisord]
|
[supervisord]
|
||||||
nodaemon=true
|
nodaemon = true
|
||||||
|
pidfile = /tmp/supervisord.pid
|
||||||
|
logfile = /var/log/app/supervisord.log
|
||||||
|
directory = /tmp
|
||||||
|
|
||||||
|
[supervisorctl]
|
||||||
|
serverurl=unix:///var/run/supervisor.sock
|
||||||
|
|
||||||
[program:startup]
|
[program:startup]
|
||||||
command=/app/init.sh
|
command=/app/init.sh
|
||||||
|
|
Reference in New Issue