MG-174 - Bug: Docker Compose commands from README are incorrect

Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com>
This commit is contained in:
Ian Ngethe Muchiri
2023-12-18 13:37:59 +03:00
committed by GitHub
parent b3f1a91842
commit 492ce14baf
+1 -1
View File
@@ -51,7 +51,7 @@ Developing Magistrala will also require:
Once the prerequisites are installed, execute the following commands from the project's root:
```bash
docker-compose -f docker/docker-compose.yml up
docker-compose -f docker/docker-compose.yml --env-file docker/.env --profile nats_nats up
```
This will bring up the Magistrala docker services and interconnect them. This command can also be executed using the project's included Makefile: