From a0dbb43a8de5b593f688b924ec0eb0d3011cccfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Ferrer=20Gonza=CC=81lez?= Date: Sat, 17 Aug 2024 19:38:24 +0200 Subject: [PATCH] fix: replace docker-compose by docker compose due to GitHub removing support --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c8d6506..84f663f 100644 --- a/README.md +++ b/README.md @@ -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.