You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
239 B
YAML

4 years ago
# Use admin/admin as user/password credentials
version: '3.1'
services:
sonarqube:
image: 'sonarqube:9.5-community'
environment:
- SONAR_ES_BOOTSTRAP_CHECKS_DISABLE=true
#restart: always
ports:
- "9000:9000"