Skip to content

Instantly share code, notes, and snippets.

@gustinsi
gustinsi / docker-compose.yml
Created November 23, 2020 15:12
Ready-to-run docker compose config for sonarqube
version: "3"
services:
sonarqube:
image: sonarqube:8.5.1-community
container_name: sonarqube
hostname: sonarqube
ports:
- 9000:9000
environment: