Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 482 Bytes

readme.md

File metadata and controls

18 lines (12 loc) · 482 Bytes

Sonarqube/PostgreSQL in Apple M1 Chip

⚡️ Quickstart

  • Install Docker from here
  • Start Docker App
  • Clone this repository in your development path

‍💻 Installation

In your terminal on your cloned path

  • Run docker build --pull --rm -f "Dockerfile" -t localsonar:staging "."
  • Run docker-compose up -d
  • Check in your navegator the addres localhost:9000
  • User and Pasword are "admin"

Enjoy your SonarQube in M1 Apple