Skip to content

Commit 3ba56b1

Browse files
committed
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...
1 parent 00afd49 commit 3ba56b1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@ These instructions will get you a copy of the Quarkus.io website up and running
1818
cd quarkusio.github.io
1919
4. Run Docker Composer
2020

21-
docker-compose up
21+
docker compose up
22+
23+
If any error occurs mentioning the name conflict, try
24+
25+
docker compose up --force-recreate
2226

2327
5. Now browse to http://localhost:4000
2428
#### Using a local Ruby environment

0 commit comments

Comments
 (0)