Skip to content

Commit af96d4b

Browse files
authored
Merge pull request dunglas#42 from FabienSalles/patch-1
fix service name in docker-compose command
2 parents e89cb01 + 06b8926 commit af96d4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ docker-compose -f docker-compose.yaml -f docker-compose.override.yaml up -d
8787
Inspect the installation with the following command. The requested Xdebug version should be displayed in the output.
8888
8989
```bash
90-
$ docker-compose exec php php --version
90+
$ docker-compose exec app php --version
9191

9292
PHP 7.2.8 (cli) (built: Jul 21 2018 08:09:37) ( NTS )
9393
Copyright (c) 1997-2018 The PHP Group

0 commit comments

Comments
 (0)