Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hirokisan/docker-swagger


https://github.com/hirokisan/docker-swagger

Last synced: 9 days ago
JSON representation

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/)