Skip to content

rolltime/rolltime-mongo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

MongoDB support for rolltime-server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages