jhipster/jhipster-online

Ports in sonar-project.properties and sonar.yml don't match

nomuna opened this issue · 2 comments

Port in sonar-project.properties is 9001
Port in src/main/docker/sonar.yml is 9000

Hi, can this be worked?

@nomuna : I am a bit confused with this one; the host port is 9001 and is mapped to the default sonar port 9000 of the container. And in the sonar-project.properties the port should be 9001 as it should map the host port not the port within the container. If you think differently please feel free to comment and re-open the issue.