Update supervisord.conf

We have project in `/var/www` by default, not in `/var/www/laravel`

https://github.com/laradock/laradock/issues/731
This commit is contained in:
Max Mekenya 2017-04-03 15:30:41 +10:00 committed by GitHub
parent 170a1efeb1
commit 96c1d7c59c

View File

@ -2,8 +2,8 @@
nodaemon=true
[program:laravel-worker]
process_name=%(program_name)s_%(process_num)02d
command=php /var/www/laravel/artisan queue:work --sleep=3 --tries=3 --daemon
command=php /var/www/artisan queue:work --sleep=3 --tries=3 --daemon
autostart=true
autorestart=true
numprocs=8
redirect_stderr=true
redirect_stderr=true