fix: Swap flag with service name in Compose command

Related to #667
This commit is contained in:
Antoine Cotten 2022-02-11 19:10:26 +01:00
parent 370ebbfaf4
commit b77b7fb66a
No known key found for this signature in database
GPG Key ID: 94637E68D4A79DD0
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ Clone this repository onto the Docker host that will run the stack, then start t
Docker Compose: Docker Compose:
```console ```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 We will start the rest of the Elastic components _after_ completing the initial setup described in this section. These