This repository has been archived on 2024-12-12. You can view files and clone it, but cannot push or open issues or pull requests.
|
#!/bin/sh
|
|
echo "--------------------"
|
|
echo "Starting PHP FPM ${PHP_VERSION}"
|
|
echo "--------------------"
|
|
$PHP_FPM_BIN -F -O -c /etc/php${PHP_VERSION} -y /etc/php/fpm/php-fpm.conf |