Skip to content

Commit

Permalink
Fix docker-compose commands
Browse files Browse the repository at this point in the history
  • Loading branch information
tsundvoll committed Oct 21, 2022
1 parent 89b1462 commit cef594a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion broker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cef594a

Please sign in to comment.