supervisord is now running just as supervisord instead of full path (in some Ubuntu 18.04 distros it lyes in other dirs than /usr/bin)
This commit is contained in:
parent
1affc9183a
commit
0552617a5b
1 changed files with 1 additions and 1 deletions
|
|
@ -69,4 +69,4 @@ fi
|
|||
PASSWORD=
|
||||
HTTP_PASSWORD=
|
||||
|
||||
exec /bin/tini -- /usr/bin/supervisord -n -c /etc/supervisor/supervisord.conf
|
||||
exec /bin/tini -- supervisord -n -c /etc/supervisor/supervisord.conf
|
||||
|
|
|
|||
Loading…
Reference in a new issue