Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 465 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 465 Bytes

MongoDB

Runs the MongoDB container configured to use the local /data folder for its file storage.

Docker

A volume needs to be mounted in the container if the data needs to be persistent.

docker run
  -v ./data:/data \
  --name mongodb \
  -d luiscape/rolltime-mongo:latest