Guest User

Untitled

a guest
Nov 13th, 2018
110
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.5'
  2. services:
  3. mongo:
  4. image: mongo
  5. expose:
  6. - 27017
  7. volumes:
  8. - ./mongo_data:/data/db
  9. ports:
  10. - "127.0.0.1:27017:27017"
  11. networks:
  12. - mongo
  13.  
  14. networks:
  15. mongo:
  16. name: mongo
Add Comment
Please, Sign In to add comment