Replies: 1 comment
-
|
If this is a clean install, can you try This is what the first startup banner looks like: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The First time use documentation says that the first time use should output the admin credentials to stdout. I can't find it at all in the logs or stdout.
According to the documentation, this is what I'm supposed to do.
Here is my output.
nothing on stdout here...as one would expect because -d was used.
Looking in the logs....
the rest of the log has no strings that match 'pass', 'user', 'admin', 'creden' that I can use to find the admin user or the admin user's credentials.
I have even tried to set the ADMIN_PASSWORD in the environment vars list in the docker-compose.yml as well.
Since there is no mention of what the admin user actually is in the documentation nor the output of the logs, I can only imagine it's 'admin'. I tried 'admin' with the password that I set with ADMIN_PASSWORD env var, and that doesn't work.
I tried setting the log level output to debug. no help.
I'm at a loss, how to login to the UI entirely.
NO admin user name to use
NO password anywhere.
Beta Was this translation helpful? Give feedback.
All reactions