Sonarqube running in docker doesn't show java language

  • versions used (SonarQube, Scanner, Plugin, and any relevant extension)
    latest sonarqube docker version
  • error observed (wrap logs/code around triple quote ``` for proper formatting)
    Java language and Java quality profiles are not available hence not able to analyse java projects
  • steps to reproduce
    setup sonarqube server using latest docker version and go to language in Administration and Java is not shown

Hi,

Welcome to the community!

I suspect the docs may help. Specifically:

Make sure you’re using volumes as shown with the above commands, and not bind mounts. Using bind mounts prevents plugins and languages from populating correctly.

 
:slight_smile:
Ann