You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 30, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ docker-compose up -d
14
14
15
15
Once docker pulls all the required images and starts up the containers, the application should become available on [http://localhost](http://localhost). The default SonarQube login details for the Administrator account are `admin:admin`.
16
16
17
-
You can also use a standalone docker image which contains SonarQube with bundled sonar-scala plugin [`mwizner/sonarqube-scala-plugins:3.1.0-full`](https://hub.docker.com/r/mwizner/sonarqube-scala-plugins).
17
+
You can also use a standalone docker image which contains SonarQube with bundled sonar-scala plugin [`mwizner/sonarqube-scala-plugins:3.2.0-full`](https://hub.docker.com/r/mwizner/sonarqube-scala-plugins).
18
18
19
19
To start the container issue the following command:
20
20
```bash
@@ -23,13 +23,13 @@ docker run -d --name sonarqube-scala-plugins-full \
Please note that if you don't specify the `SONARQUBE_JDBC_URL` variable, SonarQube will use an embedded H2 database, which is not recommended in production.
Copy file name to clipboardExpand all lines: README_DOCKERHUB.md
+9-5Lines changed: 9 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,9 @@ There are two types of images available: images with [sonar-scala](https://githu
6
6
7
7
Starting from version `2.7.0`, the images no longer contain the [sonar-scala-extra](https://github.com/arthepsy/sonar-scala-extra) plugin as sonar-scala provides Scapegoat support from version `6.5.0` onwards.
Please note that if you don't specify the `SONARQUBE_JDBC_URL` variable, SonarQube will use an embedded H2 database, which is not recommended in production.
0 commit comments