Guest User

Untitled

a guest
Jan 21st, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. # Use root/example as user/password credentials
  2. version: '3.1'
  3.  
  4. services:
  5.  
  6. mongo:
  7. image: mongo
  8. ports:
  9. - "27017:27017"
  10. environment:
  11. MONGO_INITDB_ROOT_USERNAME: root
  12. MONGO_INITDB_ROOT_PASSWORD: example
Add Comment
Please, Sign In to add comment