Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit 8243eca

Browse files
committed
Update README.
1 parent ff227ed commit 8243eca

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README_DOCKERHUB.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,13 @@ docker run -d --name sonarqube-scala-plugins-full \
110110
mwizner/sonarqube-scala-plugins:3.2.1-full
111111
```
112112

113-
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.
113+
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, but if you don't have access to an existing database or you just want to try the image, you can use the following command:
114+
```bash
115+
docker run --rm \
116+
--name sonarqube-scala-plugins-full \
117+
-p 80:9000 \
118+
mwizner/sonarqube-scala-plugins:3.2.1-full
119+
```
114120

115121

116122
## Repository

0 commit comments

Comments
 (0)