🗃️ Committing everything that changed 🗃️

rootfs/usr/local/etc/docker/init.d/99-php.sh
This commit is contained in:
casjay 2025-01-09 02:49:53 -05:00
parent 66c8548f67
commit feb57adb97
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145

View File

@ -101,7 +101,7 @@ SERVICE_GID="0" # set the group id
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# execute command variables - keep single quotes variables will be expanded later # execute command variables - keep single quotes variables will be expanded later
EXEC_CMD_BIN='php' # command to execute EXEC_CMD_BIN='php' # command to execute
EXEC_CMD_ARGS='-S 0.0.0.0:80 -t $WWW_ROOT_DIR' # command arguments EXEC_CMD_ARGS='-q -S 0.0.0.0:80 -t $WWW_ROOT_DIR' # command arguments
EXEC_PRE_SCRIPT='' # execute script before EXEC_PRE_SCRIPT='' # execute script before
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Is this service a web server # Is this service a web server