SonarQube installation setup failed

Hi Team,

I am installing SonarQube server with the below command using Docker, but i can see the installtion is failed, requesting your urgent help on setting up or installing the SonarQube server.

Command: docker run --name sonarqube -p 9000:9000 -v sonarqube_data:/opt/sonarqube/data -v sonarqube_extensions:/opt/sonarqube/extensions -v sonarqube_logs:/opt/sonarqube/logs sonarqube:2025.4.2-enterprise

New-Container.txt (35.7 KB)

I have deleted the es8 folder and removed the container and created a new one, still the issue persists, any other way to handle or complete the installation.

A 137 exit code would usually indicate that Elasticsearch doesn’t have enough memory. You should bump up the amount of memory you’re allocating to the container and see if that makes a difference!

Thanks @Colin after increasing the memory, i am able to install the sonarqube