docker: update supervisord

This commit is contained in:
Cyberes 2023-10-15 16:15:25 -06:00
parent 8c3937b4b5
commit 407e991c52
1 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
[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]
command=/app/init.sh