LinceBI default login for Docker

Hello
I installed LinceBI docker image, but i could not login using default credentials:
Username: admin
Password: password
are there different credentials for the first time login ?

With the docker logs command you will see the following line during the first startup:

[WARN] Empty "DEFAULT_ADMIN_PASSWORD" variable, generated password: XXXXXXXXXX

That’s the default password for the admin user, you can specify your own by setting the DEFAULT_ADMIN_PASSWORD environment variable.