From 06b892657fce57ead1d58dfe14f49b2741d2f6c8 Mon Sep 17 00:00:00 2001 From: Fabien Salles Date: Thu, 17 Jan 2019 12:55:51 +0100 Subject: [PATCH] fix service name in docker-compose command Replace the service name in docker-compose command with the correct one --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a066e3..6b9d828 100644 --- a/README.md +++ b/README.md @@ -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. ```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 ) Copyright (c) 1997-2018 The PHP Group