Skip to content

Commit

Permalink
update docker port managment
Browse files Browse the repository at this point in the history
  • Loading branch information
dedece35 committed Jul 19, 2024
1 parent d498875 commit 696f551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
image: sonarqube:10.4.1-community
container_name: sonar_ecocode_python
ports:
- "9000:9000"
- ":9000"
networks:
- sonarnet
depends_on:
Expand Down

0 comments on commit 696f551

Please sign in to comment.