Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hirokisan/docker-swagger
https://github.com/hirokisan/docker-swagger
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hirokisan/docker-swagger
- Owner: hirokisan
- Created: 2018-10-23T12:45:19.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-07T14:08:13.000Z (about 6 years ago)
- Last Synced: 2024-05-05T15:20:29.595Z (8 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# docker-swagger
## Run
```
$ docker-compose up -d
```## Stop
```
$ docker-compose stop
```## Browse
### swagger-editor
* http://localhost:8081/### swagger-ui
* http://localhost:8082/## Ref
* [OAS2](https://swagger.io/docs/specification/2-0/basic-structure/)
* [OAS3](https://swagger.io/docs/specification/basic-structure/)