diff --git a/rootfs/usr/local/bin/entrypoint-lighttpd.sh b/rootfs/usr/local/bin/entrypoint-lighttpd.sh index 5a037d7..5337d7c 100755 --- a/rootfs/usr/local/bin/entrypoint-lighttpd.sh +++ b/rootfs/usr/local/bin/entrypoint-lighttpd.sh @@ -226,6 +226,7 @@ healthcheck) # Docker healthcheck *) # Execute primary command if [ $# -eq 0 ]; then echo "Container ip address is: $CONTAINER_IP_ADDRESS" + php-fpm-server & start-lighttpd exit ${exitCode:-$?} else