Guest User

Untitled

a guest
Feb 18th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. version: '2'
  2. services:
  3. wiremock:
  4. ports:
  5. - '8080:8080'
  6. volumes:
  7. - './mocks:/home/wiremock'
  8. image: rodolpheche/wiremock
  9. command: --disable-banner true --container-threads 1000 --verbose
Add Comment
Please, Sign In to add comment