SonarSource / docker-sonarqube

:whale: SonarQube in Docker
https://hub.docker.com/_/sonarqube/
GNU Lesser General Public License v3.0
1.38k stars 1.02k forks source link

Update docker-compose.yml #697

Closed bdchappel closed 3 weeks ago

bdchappel commented 3 months ago

'Read only: true' is causing the the sonarqube container to fail to build, Docker is saying: 'sonarqube is trying to start in read only mode' Removing it fixes the issues and lets the docker build properly.

Please be aware that we are not actively looking for feature contributions. We typically accept minor improvements and bug-fixes. Please ensure your pull request adheres to the following guidelines:

bubylou commented 3 months ago

I had the same issue with the example compose file and can confirm it works with the read_only line removed.

davividal commented 2 months ago

Hi @bdchappel, thank you for your contribution.

Can you please rebase your branch and update this PR?

carminevassallo commented 3 weeks ago

Hi @bdchappel, we recently release the newest images. The example should work now. Please re-open this PR or submit a bug report in our community forum if you still experience issues.

Closing this for now