Skip to content

Instantly share code, notes, and snippets.

@dasgoll
Created June 2, 2023 13:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dasgoll/dce325f2d0af69827ecf3827ff41b2a8 to your computer and use it in GitHub Desktop.
Save dasgoll/dce325f2d0af69827ecf3827ff41b2a8 to your computer and use it in GitHub Desktop.
Run SonarQube using Docker
### port 9092 is for H2 database
docker run -d --name sonarqube -p 9000:9000 -p 9092:9092 sonarqube
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment