From 355fbb0f2a74bf15a1d00681ba2b4b8103ec3fda Mon Sep 17 00:00:00 2001 From: Colin Wilson Date: Sun, 16 Apr 2017 01:07:13 +0100 Subject: [PATCH] Update to PHP-FPM 7.1.x --- README.md | 4 ++-- config/rediscache.php | 8 -------- default.conf | 2 +- 3 files changed, 3 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 2fa487d..9b41f57 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This is a [Craft CMS](https://craftcms.com/) base running on our [nginx-php-fpm Features: - - Nginx 1.11.x, PHP-FPM 7.0.x + - Nginx 1.11.x, PHP-FPM 7.1.x, MariaDB 10.1.x - Redis caching - imageMagick image manipulation library @@ -19,7 +19,7 @@ $ sudo docker-compose build ## Running To run the container: ``` -$ sudo docker-compose up +$ sudo docker-compose up -d ``` navigate to `your-ip-address/admin` to see Craft's installation page. diff --git a/config/rediscache.php b/config/rediscache.php index 792c393..a562532 100644 --- a/config/rediscache.php +++ b/config/rediscache.php @@ -1,13 +1,5 @@