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 @@