Skip to content

Commit

Permalink
fix: replace docker-compose by docker compose due to GitHub removing …
Browse files Browse the repository at this point in the history
…support
  • Loading branch information
JavierCane committed Aug 17, 2024
1 parent ccaf073 commit a0dbb43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Local using:
* `dotnet run --project apps/Mooc/Backend/Backend.csproj`
* Docker using:
* `docker-compose up`
* `docker compose up`

And then going to http://localhost:8030/health-check to check all is ok.

Expand Down

0 comments on commit a0dbb43

Please sign in to comment.