Guest User

Untitled

a guest
Nov 19th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. version: "3"
  2. services:
  3. web:
  4. build: .
  5. ports:
  6. - "3000:3000"
  7. - "5858:5858"
  8. volumes:
  9. - "./:/wanderpay"
  10. command: 'npm run dev'
  11. networks:
  12. - webnet
  13. networks:
  14. webnet:
Add Comment
Please, Sign In to add comment