Guest User

Untitled

a guest
Jan 19th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. version: '3'
  2. services:
  3. mongodb:
  4. image: mongo:3.6.0
  5. ports:
  6. - "27017:27017"
  7. volumes:
  8. - dbvolume:/data
  9. environment: {
  10. AUTH: "no"
  11. }
  12. volumes:
  13. dbvolume: {}
Add Comment
Please, Sign In to add comment