How to view MongoDB data in Docker in production environment? #2945
Unanswered
Kevin-free
asked this question in
Q&A
Replies: 1 comment 6 replies
-
We have a guide on this: https://www.librechat.ai/blog/2023-11-30_mongoexpress If you want to take it a step further, you can also secure your local MongoDB, though it is a bit involved, and there are some special notes about connecting Mongo Express: https://www.librechat.ai/docs/configuration/mongodb/mongodb_auth#tldr |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I see
deploy-compose.yml
Hint: You can expose the port, but it is not safe.
I tried to execute
docker exec -it chat-mongodb bash
to enter the MongoDB container and executemongo
to view it, but it promptedbash: mongo: command not found
.In a production environment, how do you generally view MongoDB data running in Docker?
Beta Was this translation helpful? Give feedback.
All reactions