doc(site) - default credentials change

This commit is contained in:
T. Todua 2024-10-18 15:33:32 +04:00 committed by GitHub
parent d499e2bfef
commit d92421d098
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -137,5 +137,13 @@ Email: admin@example.com
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: my@example.com
INITIAL_ADMIN_PASSWORD: mypassword1
```