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 8ae650c commit 731af81Copy full SHA for 731af81
docker-compose.yml
@@ -16,8 +16,8 @@ services:
16
SONAR_ES_BOOTSTRAP_CHECKS_DISABLE: 'true'
17
volumes:
18
- type: bind
19
- source: ./target/ecocode-python-plugin-1.4.1-SNAPSHOT.jar
20
- target: /opt/sonarqube/extensions/plugins/ecocode-python-plugin-1.4.1-SNAPSHOT.jar
+ source: ./target/ecocode-python-plugin-1.4.2-SNAPSHOT.jar
+ target: /opt/sonarqube/extensions/plugins/ecocode-python-plugin-1.4.2-SNAPSHOT.jar
21
- "extensions:/opt/sonarqube/extensions"
22
- "logs:/opt/sonarqube/logs"
23
- "data:/opt/sonarqube/data"
0 commit comments