Skip to content

Instantly share code, notes, and snippets.

View valorad's full-sized avatar
🤕
è

Valorad the Oneiroseeker valorad

🤕
è
  • SCET
  • Dhirim
  • 18:22 (UTC -04:00)
View GitHub Profile
@valorad
valorad / docker_mongo_Init.md
Last active October 23, 2020 21:44 — forked from wcxaaa/docker_mongo_Init.md
Dockerized mongoDB initialization

First, create a mongod config file. e.g.

# Where and how to store data.
storage:
  dbPath: /data/db
  journal:
 enabled: true