Skip to content

Repository files navigation

#MangoDB

Credentials:
MongoDB Root User: admin

MongoDB Password: password

Mongo Express UI:

URL: http://localhost:7071

Login: admin / password

To Start the Services:
docker compose up -d

On login, give
http://localhost:7081
admin/pass to login to mangodb express

# To inspect db is running
docker exec -it mongodb mongosh -u root -p password
use homeglam
show collections
db.users.find()

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages