MONGO_INITDB_ROOT_PASSWORD environment variable typo in docker-compose file · Issue #1975 · formio/formio · GitHub
More Web Proxy on the site http://driver.im/
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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: