From cef594a28880245722fcf61314c5e67359ef2a62 Mon Sep 17 00:00:00 2001 From: Thomas Sundvoll Date: Fri, 21 Oct 2022 09:48:46 +0200 Subject: [PATCH] Fix docker-compose commands --- backend/README.md | 2 +- broker/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/README.md b/backend/README.md index 08aa6c9b7..a64e0ddaa 100644 --- a/backend/README.md +++ b/backend/README.md @@ -49,7 +49,7 @@ See [Using the “--env-file” option](https://docs.docker.com/compose/environm To run the backend in docker, run the following command in the root folder of flotilla: ``` -docker compose up backend --build +docker-compose up --build backend ``` ## Test diff --git a/broker/README.md b/broker/README.md index dbd7da3cf..918ffce29 100644 --- a/broker/README.md +++ b/broker/README.md @@ -20,7 +20,7 @@ See [Using the “--env-file” option](https://docs.docker.com/compose/environm From the flotilla root directory, run the following command: ``` -docker compose up broker --build +docker-compose up --build broker ``` ## Authentication