Guest User

Untitled

a guest
Jul 16th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. version: '2'
  2. services:
  3. web:
  4. image: metabase/metabase
  5. ports:
  6. - "3000:3000"
  7. depends_on:
  8. - mongo
  9. restart: always
  10. mongo:
  11. restart: always
  12. image: mongo
  13. volumes:
  14. - mongodb_arbitrager:/data/db
  15. volumes:
  16. mongodb_arbitrager:
Add Comment
Please, Sign In to add comment