You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2018/04/30 15:59:25 UTC

[GitHub] mitchell852 closed pull request #2183: updated port mapping

mitchell852 closed pull request #2183: updated port mapping
URL: https://github.com/apache/incubator-trafficcontrol/pull/2183
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/traffic_ops/traffic_ops_golang/swaggerdocs/v13/README.md b/traffic_ops/traffic_ops_golang/swaggerdocs/v13/README.md
index 215378351..d273be6fc 100644
--- a/traffic_ops/traffic_ops_golang/swaggerdocs/v13/README.md
+++ b/traffic_ops/traffic_ops_golang/swaggerdocs/v13/README.md
@@ -53,7 +53,7 @@ Blow away only the local images (excluding remote ones) and bring down the conta
 Blow away all the images (including remote ones) and bring down the container:
 ```$ docker-compose down --rmi all```
 
-Once started navigate your browser to [http://localhost:8080](http://localhost:8080)
+Once started navigate your browser to [http://localhost:7070](http://localhost:7070)
 
 ### Converting the swaggerspec/swagger.json to .rst
 
diff --git a/traffic_ops/traffic_ops_golang/swaggerdocs/v13/docker-compose.yml b/traffic_ops/traffic_ops_golang/swaggerdocs/v13/docker-compose.yml
index 98a09ab1b..eaa63d811 100644
--- a/traffic_ops/traffic_ops_golang/swaggerdocs/v13/docker-compose.yml
+++ b/traffic_ops/traffic_ops_golang/swaggerdocs/v13/docker-compose.yml
@@ -31,7 +31,7 @@ services:
    swagger-ui:
      image: swaggerapi/swagger-ui
      ports:
-       - 8080:8080
+       - 7070:7070
      environment:
        - API_URL=http://localhost:8000/swaggerspec/swagger.json
 


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services