Skip to content

InAnimaTe/docker-swagger-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

swagger-ui Redux

Original version by schickling

Swagger UI 2.1.4 with API_URL and API_KEY injection (45 MB)

Usage

$ docker run -d -p 80:8080 -e API_URL=http://localhost:4000/swagger inanimate/swagger-ui

Variables

  • API_URL - Swagger endpoint for your API
  • API_KEY - Default API Key (optional)