mirror of
https://github.com/linuxserver/docker-kimai.git
synced 2026-03-16 00:06:35 +08:00
5 lines
123 B
Plaintext
Executable File
5 lines
123 B
Plaintext
Executable File
#!/usr/bin/with-contenv bash
|
|
# shellcheck shell=bash
|
|
|
|
s6-setuidgid abc cd /app/www php -d memory_limit=-1 bin/console "$*"
|