From 3e2f21ebaa887e4bfe67848390bb53f3c6288878 Mon Sep 17 00:00:00 2001 From: Ric Harvey Date: Wed, 15 Jun 2016 16:34:34 +0100 Subject: [PATCH] update readme for php7 reference --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a59da07..c357341 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,11 @@ If you have any improvements please submit a pull request. ### Docker hub repository The Docker hub build can be found here: [https://registry.hub.docker.com/u/richarvey/nginx-php-fpm/](https://registry.hub.docker.com/u/richarvey/nginx-php-fpm/) ## Versions -- Nginx Mainline Version: **1.10.1** +- Nginx: **1.10.1** - PHP: **5.6.21** - Alpine Version: **3.4** -Check php7 branch for PHP 7. +Use richarvey/nginx-php-fpm:php7 tag for PHP 7. ## Building from source To build from source you need to clone the git repo and run docker build: