README.md: Adding the option "docker compose up -d" without hyphen

This commit is contained in:
Ivan Folgueira Bande 2023-11-09 13:16:20 +01:00
parent f6e0de4a48
commit e9072eea3d
No known key found for this signature in database
GPG Key ID: 3C117481F89E24A7

View File

@ -38,6 +38,10 @@ Start all processes: nwaku node, database and grafana for metrics. Your RLN memb
```console
docker-compose up -d
```
or
```console
docker compose up -d
```
**🏄🏼‍♂️ 3. Interact with your nwaku node**
* See [localhost:3000](http://localhost:3000) for node metrics.