From b40bb23f1e77fd56ad37d4b98d1d898b34fb892c Mon Sep 17 00:00:00 2001 From: Eric Cambray Date: Tue, 19 Mar 2019 17:22:23 +0100 Subject: [PATCH] Default is now 7.1 Default PHP version is now set to 7.1, but doc say "5.6". --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2ca552..35b310c 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ phpMyAdmin is served by default in the port 8090. ## Using a different PHP version -By default it is used the PHP 5.6 but if you want use a diffent version just edit the version number in the `./docker/php/Dockerfile` file. +By default it is used the PHP 7.1 but if you want use a diffent version just edit the version number in the `./docker/php/Dockerfile` file. For more information about Docker images of other PHP versions check the [PHP Docker Hub](https://hub.docker.com/_/php/).