You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
201 B

  1. swaggerui:
  2. build: .
  3. ports:
  4. - 80:80
  5. hostname: swaggerui
  6. volumes:
  7. - ./petstore-swagger.json:/app/swagger.json
  8. swaggerui_novolume:
  9. build: .
  10. ports:
  11. - 8080:80
  12. hostname: swaggerui