mirror of
https://github.com/linuxserver/docker-heimdall.git
synced 2026-03-31 09:07:07 +09:00
5 lines
119 B
Plaintext
Executable File
5 lines
119 B
Plaintext
Executable File
#!/usr/bin/with-contenv bash
|
|
|
|
exec \
|
|
s6-setuidgid abc php /app/www/artisan queue:work database --sleep=3 --tries=3
|