From feb57adb979e12ef27e9f67349ccb9c7048a9f85 Mon Sep 17 00:00:00 2001 From: casjay Date: Thu, 9 Jan 2025 02:49:53 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Committing=20everything?= =?UTF-8?q?=20that=20changed=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit rootfs/usr/local/etc/docker/init.d/99-php.sh --- rootfs/usr/local/etc/docker/init.d/99-php.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/usr/local/etc/docker/init.d/99-php.sh b/rootfs/usr/local/etc/docker/init.d/99-php.sh index 072d607..5821cda 100755 --- a/rootfs/usr/local/etc/docker/init.d/99-php.sh +++ b/rootfs/usr/local/etc/docker/init.d/99-php.sh @@ -101,7 +101,7 @@ SERVICE_GID="0" # set the group id # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # execute command variables - keep single quotes variables will be expanded later 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 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # Is this service a web server