I have set up the following with docker-compose, and the server is running well.
SonarQube 7.8
Postgresql 10
The case is , I am trying to integrate SonarQube with my own active directory through LDAP. Previously, i understand that we got to download a plugin before it can be integrated successfully, but i read that the plugin only support up to SonarQube 7.3.
Sure thanks. I solved it by setting the corrrect permission on the volume mount for the /extension folder. Previously it was set as root, and i realised the container required it to be run as user sonarqube.
I encountered another issue with regards to setting java trusted store within the container,but as suggested i will raised a new topic.
How did you resolved this ?Could you provide some steps
I solved it by setting the corrrect permission on the volume mount for the /extension folder. Previously it was set as root, and i realised the container required it to be run as user sonarqube