We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63cfff1 commit 8e9ca46Copy full SHA for 8e9ca46
README.md
@@ -24,12 +24,12 @@ ecoCode mobile is based on evolving catalogs of [best practices](https://github.
24
🚀 Quickstart
25
-------------
26
27
-A SonarQube container image with ecoCode mobile embedded exists !
+A SonarQube container image with ecoCode Android embedded exists !
28
29
```bash
30
docker run -ti --rm \
31
- -v sq_ecocode_mobile_logs:/opt/sonarqube/logs \
32
- -v sq_ecocode_mobile_data:/opt/sonarqube/data \
+ -v sq_ecocode_android_logs:/opt/sonarqube/logs \
+ -v sq_ecocode_android_data:/opt/sonarqube/data \
33
-p 9000:9000 \
34
--name sonarqube-ecocode-android \
35
ghcr.io/green-code-initiative/sonarqube-ecocode-android:latest
0 commit comments