Skip to content

Commit

Permalink
Fix docker compose instructions using old docker-compose binary inste…
Browse files Browse the repository at this point in the history
…ad of compose plugin (#1008)
  • Loading branch information
KrappRamiro authored Dec 11, 2024
1 parent 37d125c commit 06a6e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ provided Dockerfile.
A `docker-compose.yml` file is provided.
It uses the env variables available in `.env`.

To use it, clone the repository and execute `docker-compose up`. Note that you need to have docker-compose installed in your system and added to your PATH
To use it, clone the repository, create a `.env` with `SONARQUBE_VERSION` defined, and execute `docker compose up`. Note that you need to have `docker compose` installed in your system and added to your PATH.

## Kubernetes with official Helm Chart

Expand Down

0 comments on commit 06a6e09

Please sign in to comment.