Skip to content

Commit

Permalink
Update README.md - fixing docker compose command (jaegertracing#4444)
Browse files Browse the repository at this point in the history
The correct command is "docker compose up" and not "docker-compose up"
Reference: https://docs.docker.com/engine/reference/commandline/compose/

Signed-off-by: Rony Aurora <78105687+tqi-raurora@users.noreply.github.com>
  • Loading branch information
tqi-raurora authored May 8, 2023
1 parent 6999753 commit 5c3c20d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose/monitor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ The following diagram illustrates the relationship between these components:
## Bring up/down the dev environment

```bash
docker-compose up
docker-compose down
docker compose up
docker compose down
```

**Tips:**
Expand Down

0 comments on commit 5c3c20d

Please sign in to comment.