Advertisement
Guest User

Untitled

a guest
Oct 18th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. version: "3"
  2.  
  3. services:
  4. mongo-docker:
  5. container_name: mongo-docker
  6. image: mongo
  7. command: bash -c "mongod --dbpath /var/lib/mongodb --replSet rs0 && mongo --eval 'rs.initialize()'"
  8. ports:
  9. - 27017:27017
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement