Skip to content

Commit d92421d

Browse files
authoredOct 18, 2024
doc(site) - default credentials change
1 parent d499e2b commit d92421d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed
 

‎docs/src/setup/index.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -137,5 +137,13 @@ Email: admin@example.com
137137
Password: changeme
138138
```
139139
140-
Immediately after logging in with this default user you will be asked to modify your details and change your password.
140+
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:
141+
142+
143+
```
144+
environment:
145+
INITIAL_ADMIN_EMAIL: my@example.com
146+
INITIAL_ADMIN_PASSWORD: mypassword1
147+
```
148+
141149

0 commit comments

Comments
 (0)
Failed to load comments.