From b77b7fb66a1fca7521da6e3447da4ae7f5ba89ca Mon Sep 17 00:00:00 2001 From: Antoine Cotten Date: Fri, 11 Feb 2022 19:10:26 +0100 Subject: [PATCH] fix: Swap flag with service name in Compose command Related to #667 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 088d76b..8cfb078 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ Clone this repository onto the Docker host that will run the stack, then start t Docker Compose: ```console -$ docker-compose up elasticsearch -d +$ docker-compose up -d elasticsearch ``` We will start the rest of the Elastic components _after_ completing the initial setup described in this section. These