Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 303 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 303 Bytes

MongoDB Single Node Replica Set

Compose Mongo

Pre-requisites

  • Docker
  • Docker Compose

Optional (but helpful)

  • Gnu Make

Run

Start your Mongo instance:

make all

Clean up your Docker resources, including Mongo volume:

make clean