Skip to content

Commit a0dbb43

Browse files
committed
fix: replace docker-compose by docker compose due to GitHub removing support
1 parent ccaf073 commit a0dbb43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Local using:
55
* `dotnet run --project apps/Mooc/Backend/Backend.csproj`
66
* Docker using:
7-
* `docker-compose up`
7+
* `docker compose up`
88

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

0 commit comments

Comments
 (0)