소스 검색

Mention default username and password

Simon Legner 8 년 전
부모
커밋
f84c11795c
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      sonarqube/content.md

+ 2 - 0
sonarqube/content.md

@@ -16,6 +16,8 @@ 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`.
+
 To analyse a project:
 
 ```console