Merge pull request #42 from FabienSalles/patch-1

fix service name in docker-compose command
This commit is contained in:
Kévin Dunglas 2019-01-17 13:54:04 +01:00 committed by GitHub
commit af96d4b76e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,7 +87,7 @@ docker-compose -f docker-compose.yaml -f docker-compose.override.yaml up -d
Inspect the installation with the following command. The requested Xdebug version should be displayed in the output. Inspect the installation with the following command. The requested Xdebug version should be displayed in the output.
```bash ```bash
$ docker-compose exec php php --version $ docker-compose exec app php --version
PHP 7.2.8 (cli) (built: Jul 21 2018 08:09:37) ( NTS ) PHP 7.2.8 (cli) (built: Jul 21 2018 08:09:37) ( NTS )
Copyright (c) 1997-2018 The PHP Group Copyright (c) 1997-2018 The PHP Group