An open API service indexing awesome lists of open source software.

https://github.com/luismr/mongodb-lightning


https://github.com/luismr/mongodb-lightning

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# MongoDB

```
docker run --name mongodb -d \
-e MONGODB_USERNAME=root \
-e MONGODB_PASSWORD=password123 \
-e MONGODB_DATABASE=lightning \
-p 27017:27017 bitnami/mongodb:latest
```