Skip to content

Commit

Permalink
update docker-compose for next snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
dedece35 committed Jan 11, 2024
1 parent 49da3d6 commit f5cc478
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-python-plugin-1.4.2-SNAPSHOT.jar
target: /opt/sonarqube/extensions/plugins/ecocode-python-plugin-1.4.2-SNAPSHOT.jar
source: ./target/ecocode-python-plugin-1.4.3-SNAPSHOT.jar
target: /opt/sonarqube/extensions/plugins/ecocode-python-plugin-1.4.3-SNAPSHOT.jar
- "extensions:/opt/sonarqube/extensions"
- "logs:/opt/sonarqube/logs"
- "data:/opt/sonarqube/data"
Expand Down

0 comments on commit f5cc478

Please sign in to comment.