docker-swagger-ui
Insttallation
-
You need to write api.yaml.
If you are busy, I recommend copy swagger editor sample and paste in api.yaml.
-
docker-compose up -dYou can change port number 8001 of docker-compose.yml, but don't change docker container port number 8080 this time.
-
Open http://localhost:8001/ and check if you can see swagger-ui page.