Maintained by Thijmen Heuvelink

Get your ideas to market faster with a developer data platform built on the leading modern database. MongoDB makes working with data easy.

Run it with Docker

docker run \
	--name db \
	-v /root/env/db:/data/db \
	-p 12107:27017 \
	-e MONGO_INITDB_ROOT_USERNAME=<username> \
	-e MONGO_INITDB_ROOT_PASSWORD=<password> \
	--restart unless-stopped \
	-d mongo

This knowledge base serves as a valuable tool to simplify installations, troubleshoot common problems and to enhance the overall developer / admin experience. mail@thijmenheuvelink.nl - all rights reserved