Skip to content

Commit

Permalink
RAS-1238 Update to docker compose from docker-compose (#423)
Browse files Browse the repository at this point in the history
* updating docker-compose to docker compose

* auto patch increment

---------

Co-authored-by: ras-rm-pr-bot <[email protected]>
  • Loading branch information
arroyoAle and ras-rm-pr-bot authored Aug 12, 2024
1 parent 51d199a commit 478c126
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 @@ -43,7 +43,7 @@ pipenv run python run.py
```
or
```bash
docker-compose up
docker compose up
```
or (when postgres is set up)
```bash
Expand All @@ -64,7 +64,7 @@ docker run -d -p 5432:5432 --name postgres -e POSTGRES_PASSWORD=postgres -e POST
```
or you can use the docker-compose.yml file to create postgres
```bash
docker-compose up
docker compose up
```

Run the tests with make
Expand Down

0 comments on commit 478c126

Please sign in to comment.