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.

14 lines
284 B

9 years ago
9 years ago
  1. # swagger-ui
  2. Swagger UI 2.1.3 with API_URL and API_KEY injection (45 MB)
  3. ## Usage
  4. ```sh
  5. $ docker run -d -p 80:80 -e API_URL=http://localhost:4000/swagger schickling/swagger-ui
  6. ```
  7. ### Variables
  8. * `API_URL` - Swagger endpoint for your API
  9. * `API_KEY` - Default API Key (optional)