You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried it and the IMMUDB_ADMIN_PASSWORD worked for me in the docker-compose.
However, the Variable substitution of docker-compose could be an issue in your case. So your password gets transformed from Wos!#$$ to Wos!#$ by docker-compose. If you want to login with Wos!#$$, you need to specify the password in docker-compose file like this Wos!#$$$$.
**IMMUDB_ADMIN_PASSWORD not support **
I hope this can be supported in the docker compose file
environment:
- IMMUDB_ADMIN_PASSWORD = "Wos!#$$"
linux
thanks!
The text was updated successfully, but these errors were encountered: