Guest User

Untitled

a guest
Feb 19th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. swagger-ui:
  2. image: swaggerapi/swagger-ui
  3. environment:
  4. SWAGGER_JSON: /etc/resources/swagger/spec.json
  5. volumes:
  6. - ./src/main/resources/swagger-spec.json:/etc/resources/swagger/spec.json
  7. ports:
  8. - 8080:8080
Add Comment
Please, Sign In to add comment