Skip to content

Commit

Permalink
update docker-compose after next release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
David DE CARVALHO committed Jan 3, 2023
1 parent 85039bd commit 0930a41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ services:
SONAR_ES_BOOTSTRAP_CHECKS_DISABLE: 'true'
volumes:
- type: bind
source: ./android-plugin/target/ecocode-android-0.1.0-SNAPSHOT.jar
target: /opt/sonarqube/extensions/plugins/ecocode-android-0.1.0-SNAPSHOT.jar
source: ./android-plugin/target/ecocode-android-0.1.1-SNAPSHOT.jar
target: /opt/sonarqube/extensions/plugins/ecocode-android-0.1.1-SNAPSHOT.jar
- "extensions:/opt/sonarqube/extensions"
- "logs:/opt/sonarqube/logs"
- "data:/opt/sonarqube/data"
Expand Down

0 comments on commit 0930a41

Please sign in to comment.