Skip to content

Commit

Permalink
fix: changed "docker-compose" to "docker compose" (#17)
Browse files Browse the repository at this point in the history
* fix: changed "docker-compose" to "docker compose"

* chore: Fixed prerequisite message

* chore: Fixing capital letter that I forgot :P
  • Loading branch information
mediotti authored Apr 13, 2023
1 parent 15bc897 commit 2fe6c30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ This is a simple [Mosquitto](https://mosquitto.org) broker to quickly initialize
## Prerequisite

- [Docker](https://www.docker.com/)
- [Docker compose](https://docs.docker.com/compose/) +v1.27.0 (better to have v2)
- [Docker Compose V2](https://docs.docker.com/compose/)

## How to use

To start the container, just :

```bash
UID=$UID GID=$GID docker-compose up -d
UID=$UID GID=$GID docker compose up -d
```

The Mosquitto broker is now available on localhost. You can test it easily (require Mosquitto client):
Expand Down

0 comments on commit 2fe6c30

Please sign in to comment.