An open API service indexing awesome lists of open source software.

https://github.com/enishant/sonarqube-docker-compose

SonarQube Docker Compose
https://github.com/enishant/sonarqube-docker-compose

docker docker-compose sonar sonarqube

Last synced: 2 months ago
JSON representation

SonarQube Docker Compose

Awesome Lists containing this project

README

          

# SonarQube Docker Compose

## Start SonarQube
```
docker-compose up -d
```

## Stop SonarQube
```
docker-compose down
```