Skip to content

Commit

Permalink
update docker-compose for new version
Browse files Browse the repository at this point in the history
  • Loading branch information
dedece35 committed May 15, 2024
1 parent d5bf295 commit 716fe9b
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: ./target/ecocode-java-plugin-1.6.1-SNAPSHOT.jar
target: /opt/sonarqube/extensions/plugins/ecocode-java-plugin-1.6.1-SNAPSHOT.jar
source: ./target/ecocode-java-plugin-1.6.2-SNAPSHOT.jar
target: /opt/sonarqube/extensions/plugins/ecocode-java-plugin-1.6.2-SNAPSHOT.jar
- "extensions:/opt/sonarqube/extensions"
- "logs:/opt/sonarqube/logs"
- "data:/opt/sonarqube/data"
Expand Down

0 comments on commit 716fe9b

Please sign in to comment.