Skip to content

Commit

Permalink
docker-compose update for current version
Browse files Browse the repository at this point in the history
  • Loading branch information
dedece35 committed Jan 6, 2024
1 parent 7f3e18f commit 556fc88
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.5.0-SNAPSHOT.jar
target: /opt/sonarqube/extensions/plugins/ecocode-java-plugin-1.5.0-SNAPSHOT.jar
source: ./target/ecocode-java-plugin-1.5.1-SNAPSHOT.jar
target: /opt/sonarqube/extensions/plugins/ecocode-java-plugin-1.5.1-SNAPSHOT.jar
- "extensions:/opt/sonarqube/extensions"
- "logs:/opt/sonarqube/logs"
- "data:/opt/sonarqube/data"
Expand Down

0 comments on commit 556fc88

Please sign in to comment.