Skip to content

Commit 6557b8b

Browse files
authored
Merge pull request #2056 from marko-bekhta/doc/update-readme-docker-compose
Update docker compose command in the readme
2 parents 8a72f63 + 3ba56b1 commit 6557b8b

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)