From 3ba56b16238d0926417df9f22d9bb75fbc52051c Mon Sep 17 00:00:00 2001 From: marko-bekhta Date: Mon, 29 Jul 2024 12:09:03 +0200 Subject: [PATCH] Update docker compose command in the readme since docker-compose is throwing exceptions now, and `docker compose` is supposed to be a way to start it now... --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index daedc00e80d..5ab1568462b 100755 --- a/README.md +++ b/README.md @@ -18,7 +18,11 @@ These instructions will get you a copy of the Quarkus.io website up and running cd quarkusio.github.io 4. Run Docker Composer - docker-compose up + docker compose up + + If any error occurs mentioning the name conflict, try + + docker compose up --force-recreate 5. Now browse to http://localhost:4000 #### Using a local Ruby environment