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