Skip to content

BaronaGroup/docker-mongodb-oplog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-mongodb-oplog

Simple mongodb image with single-node replicaset enabled.

This image is unsecured, binds to all open interfaces and does not includes any authentication process. It it strictly meant for developement, DO NOT use for production.

ReplicaSet name: rs0.

MONGO_URL=mongodb://<hostname>/my_database?replicaSet=rs0
MONGO_URL_OPLOG=mongodb://<hostname>/local?replicaSet=rs0

About

Simple mongodb image with single-node replicaset enabled

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 85.6%
  • Dockerfile 14.4%