소스 검색

doc(site) - default credentials change

T. Todua 1 년 전
부모
커밋
d92421d098
1개의 변경된 파일9개의 추가작업 그리고 1개의 파일을 삭제
  1. 9 1
      docs/src/setup/index.md

+ 9 - 1
docs/src/setup/index.md

@@ -137,5 +137,13 @@ Email:    [email protected]
 Password: changeme
 ```
 
-Immediately after logging in with this default user you will be asked to modify your details and change your password.
+Immediately after logging in with this default user you will be asked to modify your details and change your password. You can set pre-defined initial credentials in docker-compose:
+
+
+```
+    environment:
+      INITIAL_ADMIN_EMAIL: [email protected]
+      INITIAL_ADMIN_PASSWORD: mypassword1
+```
+