mirror of
https://github.com/linuxserver/docker-heimdall.git
synced 2025-11-02 05:57:41 +09:00
5 lines
141 B
Plaintext
5 lines
141 B
Plaintext
#!/usr/bin/with-contenv bash
|
|
|
|
exec \
|
|
s6-setuidgid abc php /var/www/localhost/heimdall/artisan queue:work database --sleep=3 --tries=3
|