You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by da...@apache.org on 2018/11/07 21:01:08 UTC

[trafficcontrol] 04/04: removed static ip address -- not needed for this container

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

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

commit 0e2b1723ed97fe8be00fe44ba632f13f587c3a8f
Author: Dan Kirkwood <da...@gmail.com>
AuthorDate: Wed Nov 7 14:00:27 2018 -0700

    removed static ip address -- not needed for this container
---
 infrastructure/cdn-in-a-box/docker-compose.traffic-ops-test.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/infrastructure/cdn-in-a-box/docker-compose.traffic-ops-test.yml b/infrastructure/cdn-in-a-box/docker-compose.traffic-ops-test.yml
index 2a30c62..010a782 100644
--- a/infrastructure/cdn-in-a-box/docker-compose.traffic-ops-test.yml
+++ b/infrastructure/cdn-in-a-box/docker-compose.traffic-ops-test.yml
@@ -47,8 +47,6 @@ services:
     domainname: infra.ciab.test
     networks:
       tcnet:
-        ipv4_address: 172.16.239.250
-        ipv6_address: "fc01:9400:1000:8::250"
     volumes:
       - shared:/shared
       - ./dns/container-resolv.conf:/etc/resolv.conf