Guest User

Untitled

a guest
Mar 19th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. version: '3'
  2. services:
  3. mongodb:
  4. image: mongo:latest
  5. ports:
  6. - '27017'
  7. environment:
  8. MONGO_INITDB_ROOT_USERNAME: admin
  9. MONGO_INITDB_ROOT_PASSWORD: pwd123456
  10. MONGO_INITDB_DATABASE: test2
  11. volumes:
  12. - './db:/data/db'
  13. - './docker-entrypoint-initdb.d:/docker-entrypoint-initdb.d'
Add Comment
Please, Sign In to add comment