Hi! I want to preconfigure SonarQube before starting the container. I’m using a docker-compose file that launches both the database and SonarQube version 25.9.0.112764-community. As far as I understand, in the newer versions it’s no longer possible to set most SonarQube settings via environment variables. The only options seem to be either manual configuration (which I want to avoid) or providing a custom sonar.properties file via a volume at /opt/sonarqube/conf/sonar.properties.
When I try to start the container, Docker correctly replaces the sonar.properties file inside the container with my custom file, but the settings do not take effect. Restarting the container does not help either. Has anyone encountered this issue?