fix a important typo

docker-compose build php => docker-compose build php-fpm
This commit is contained in:
shukebeta 2016-12-21 08:09:41 +08:00 committed by GitHub
parent 2728a99986
commit 944639b248
1 changed files with 1 additions and 1 deletions

View File

@ -619,7 +619,7 @@ By default **PHP-FPM 7.0** is running.
4 - Finally rebuild the container 4 - Finally rebuild the container
```bash ```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/). > For more details about the PHP base image, visit the [official PHP docker images](https://hub.docker.com/_/php/).