Hotfix php-fpm5 binary for old version

Fixes #127

Sorry, I had to rebuild the newest tag to re-release the readme to docker hub/store and the re-build broke things.
This commit is contained in:
Adam Hill 2017-05-15 13:40:44 -05:00 committed by GitHub
parent ee6a452ca5
commit 1fc738c754
1 changed files with 2 additions and 2 deletions

View File

@ -170,7 +170,7 @@ test_configs_alpine() {
echo -n '::: Testing DNSmasq config: '
dnsmasq --test -7 /etc/dnsmasq.d
echo -n '::: Testing PHP-FPM config: '
php-fpm -t
php-fpm5 -t
echo -n '::: Testing NGINX config: '
nginx -t
set +e
@ -188,7 +188,7 @@ docker_main() {
IMAGE="$1"
case $IMAGE in # Setup webserver
"alpine")
php-fpm
php-fpm5
nginx
;;
"debian")