You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 4, 2019. It is now read-only.
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -55,10 +55,10 @@ To build swagger-ui using a docker container:
55
55
56
56
```
57
57
docker build -t swagger-ui-builder .
58
-
docker run -p 127.0.0.1:8080:8080 swagger-ui-builder
58
+
docker run -p 80:8080 swagger-ui-builder
59
59
```
60
60
61
-
This will start Swagger UI at `http://localhost:8080`.
61
+
This will start Swagger UI at `http://localhost`.
62
62
63
63
### Use
64
64
Once you open the Swagger UI, it will load the [Swagger Petstore](http://petstore.swagger.io/v2/swagger.json) service and show its APIs. You can enter your own server url and click explore to view the API.
0 commit comments