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

[incubator-trafficcontrol] branch master updated: updated port mapping

This is an automated email from the ASF dual-hosted git repository.

mitchell852 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-trafficcontrol.git


The following commit(s) were added to refs/heads/master by this push:
     new e3f4b92  updated port mapping
e3f4b92 is described below

commit e3f4b926d31961b2c3bcfe8491d09ea27d181b1e
Author: Dewayne Richardson <de...@apache.org>
AuthorDate: Mon Apr 30 07:42:06 2018 -0600

    updated port mapping
---
 traffic_ops/traffic_ops_golang/swaggerdocs/v13/README.md          | 2 +-
 traffic_ops/traffic_ops_golang/swaggerdocs/v13/docker-compose.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/traffic_ops/traffic_ops_golang/swaggerdocs/v13/README.md b/traffic_ops/traffic_ops_golang/swaggerdocs/v13/README.md
index 2153783..d273be6 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 98a09ab..eaa63d8 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
 

-- 
To stop receiving notification emails like this one, please contact
mitchell852@apache.org.