8000 MONGO_INITDB_ROOT_PASSWORD environment variable typo in docker-compose file · Issue #1975 · formio/formio · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

MONGO_INITDB_ROOT_PASSWORD environment variable typo in docker-compose file #1975

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

Open
DamyanBG opened this issue May 13, 2025 · 0 comments
Open
Assignees

Comments

@DamyanBG
Copy link
Contributor

Describe the bug
There is a typo in the docker-compose file for the MongoDB container environment variable. The MongoDB password environment variable is incorrectly specified as MONGO_INITDB_ROOT_PASSWOR (missing the final 'D').
Version/Branch
FormIO Community Edition
To Reproduce

Deploy the FormIO stack using the provided docker-compose configuration
MongoDB container initializes but authentication fails when FormIO tries to connect
Check MongoDB logs showing authentication failures
Inspect docker-compose file and find the typo in environment variable name

Expected behavior
The environment variable should be correctly spelled as MONGO_INITDB_ROOT_PASSWORD to properly set the MongoDB admin password, allowing FormIO to authenticate successfully.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
0