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
mongodb 21:35:35.88 ERROR ==> The MONGODB_ROOT_PASSWORD environment variable is empty or not set. Set the environment variable ALLOW_EMPTY_PASSWORD=yes to allow the container to be started with a blank root password. This is only recommended for development.
Additional information
As a solution for the user issue, I tried to create a dockerfile using bitnami/mongodb but I couldn't run RUN chmod +x /docker-entrypoint-initdb.d/setup-mongo.sh either, it could solve this issue if I could create a user to the database using my script. Is there a way I could do that?
btw: Nice work
The text was updated successfully, but these errors were encountered:
Name and Version
mongodb:latest
What architecture are you using?
amd64
What steps will reproduce the bug?
What is the expected behavior?
What do you see instead?
Additional information
As a solution for the user issue, I tried to create a dockerfile using bitnami/mongodb but I couldn't run
RUN chmod +x /docker-entrypoint-initdb.d/setup-mongo.sh
either, it could solve this issue if I could create a user to the database using my script. Is there a way I could do that?btw: Nice work
The text was updated successfully, but these errors were encountered: