improve sonarqube README.md

master
TBS093A 2023-03-15 17:00:09 +01:00
parent dbecb39bbc
commit 825d80b418
1 changed files with 2 additions and 2 deletions

View File

@ -7,12 +7,12 @@ before first run, change permissions on sonarqube volumes dirs from root to 1000
sudo chown 1000:1000 -R ./volumes/sonarqube sudo chown 1000:1000 -R ./volumes/sonarqube
``` ```
before start sonarqube vm.max_map_count must be changed on your host: before start sonarqube ```vm.max_map_count``` must be changed on your host:
```bash ```bash
sudo sysctl -w vm.max_map_count=262144 sudo sysctl -w vm.max_map_count=262144
``` ```
after running, you can login with default credentials (admin:admin) after running, you can login with default credentials (```admin:admin```)
## Configure projects ## Configure projects