Rephrase default username and password

This commit is contained in:
Simon Legner 2018-01-09 14:46:44 +01:00 committed by GitHub
parent f84c11795c
commit 88641700a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ The server is started this way:
$ docker run -d --name sonarqube -p 9000:9000 -p 9092:9092 %%IMAGE%%
```
The [default username and password](https://docs.sonarqube.org/display/SONAR/Authentication) is `admin:admin`.
By default you can login as `admin` with password `admin`, see [authentication](https://docs.sonarqube.org/display/SONAR/Authentication).
To analyse a project: