Skip to content

Commit 2b11fc2

Browse files
authored
Merge pull request laradock#732 from cjmaxik/patch-4
Update supervisord.conf
2 parents 754ca4c + 96c1d7c commit 2b11fc2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

php-worker/supervisord.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
nodaemon=true
33
[program:laravel-worker]
44
process_name=%(program_name)s_%(process_num)02d
5-
command=php /var/www/laravel/artisan queue:work --sleep=3 --tries=3 --daemon
5+
command=php /var/www/artisan queue:work --sleep=3 --tries=3 --daemon
66
autostart=true
77
autorestart=true
88
numprocs=8
9-
redirect_stderr=true
9+
redirect_stderr=true

0 commit comments

Comments
 (0)