diff --git a/docker/app/rootfs/etc/s6/worker/queue-runner/run b/docker/app/rootfs/etc/s6/worker/queue-runner/run index ffc90c6..ca147ea 100755 --- a/docker/app/rootfs/etc/s6/worker/queue-runner/run +++ b/docker/app/rootfs/etc/s6/worker/queue-runner/run @@ -1,4 +1,4 @@ #!/bin/sh set -x -exec s6-setuidgid "${PUID:-www-data}" php /app/artisan queue:work -n --delay=90 --tries=3 +exec php /app/artisan queue:work -n --delay=90 --tries=3