Skip to content

Commit

Permalink
fix: don't change user from s6 process
Browse files Browse the repository at this point in the history
Might fix browsershot permissions issue
  • Loading branch information
alkrauss48 committed Jun 1, 2024
1 parent 5e45abf commit 3fa0d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/app/rootfs/etc/s6/worker/queue-runner/run
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 3fa0d4b

Please sign in to comment.