Setup SonarQube with POSTGRES database using docker
Both SonarQube and POSTGRES database should be same network in order communicate with each other. First create docker network using the following commands Create docker network Delete existing docker network and create new docker network sonarqube Run PostGres DB container…