Guest User

Untitled

a guest
Dec 17th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. version: "2"
  2.  
  3. services:
  4. sf-mongo:
  5. image: mongo:3.6.6
  6. expose:
  7. - "27017"
  8. ports:
  9. - "27017:27017"
  10. volumes:
  11. - ./data/db:/data/db
  12. command: "mongod --smallfiles"
Add Comment
Please, Sign In to add comment