From 944639b248649ec78e6c0fd59f23665edb388d0d Mon Sep 17 00:00:00 2001 From: shukebeta Date: Wed, 21 Dec 2016 08:09:41 +0800 Subject: [PATCH] fix a important typo docker-compose build php => docker-compose build php-fpm --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ae0380d..49cc5af7 100644 --- a/README.md +++ b/README.md @@ -619,7 +619,7 @@ By default **PHP-FPM 7.0** is running. 4 - Finally rebuild the container ```bash -docker-compose build php +docker-compose build php-fpm ``` > For more details about the PHP base image, visit the [official PHP docker images](https://hub.docker.com/_/php/).