-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Docker: ADMIN_PASSWORD is not passing #6791
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hello. Unfortunately I encountered a similar problem:
That means I use exactly the standard docker-compose.yml file from the etherpad-lite repository. If I deploy the stack like this, all ehtherpad functions work and the port is also mapped correctly. Only logging in as admin doesn't work. If I connect to the container interactively and display the environment variables, the value I set is under ADMIN_PASSWORD. What could that be about? Thanks for the help. |
make use of USER_PASSWORD instead of ADMIN_PASSWORD, if you need a custom password |
Which error do you get? Maybe it is changed port? |
Describe the bug
Setup a clean etherpad with mariadb database, as according to the instructions on the Wiki.
If i set "ADMIN_PASSWORD" to any value, this value is not passed/parsed correctly, in the config i can see that it is still set to the default admin password.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It uses the admin password I configured
Screenshots
If applicable, add screenshots to help explain your problem.
Server (please complete the following information):
node --version
): came with docker imagenpm --version
): pnpm --version: 9.0.4Additional context
docker compose:
The text was updated successfully, but these errors were encountered: