Skip to content

Instantly share code, notes, and snippets.

@chuehnone
Last active November 9, 2017 01:52
Show Gist options
  • Save chuehnone/8e9a28633915796bfc1ec61a2f8b905e to your computer and use it in GitHub Desktop.
Save chuehnone/8e9a28633915796bfc1ec61a2f8b905e to your computer and use it in GitHub Desktop.
SonarQube Docker Compose file
sonarqube:
restart: always
image: sonarqube
ports:
- "9000:9000"
- "9092:9092"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment