You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by sh...@apache.org on 2019/04/07 01:24:22 UTC

[trafficcontrol] branch master updated: CIAB: Export UDP ports for the DNS

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 951bc6e  CIAB: Export UDP ports for the DNS
951bc6e is described below

commit 951bc6e45e44ade7c99d7eb85d3d8af27548f7ff
Author: bake <w8...@posteo.de>
AuthorDate: Sat Mar 16 14:33:54 2019 +0100

    CIAB: Export UDP ports for the DNS
---
 infrastructure/cdn-in-a-box/docker-compose.expose-ports.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/infrastructure/cdn-in-a-box/docker-compose.expose-ports.yml b/infrastructure/cdn-in-a-box/docker-compose.expose-ports.yml
index 044cfa7..653479f 100644
--- a/infrastructure/cdn-in-a-box/docker-compose.expose-ports.yml
+++ b/infrastructure/cdn-in-a-box/docker-compose.expose-ports.yml
@@ -41,7 +41,8 @@ services:
       - "80:80"
   trafficrouter:
     ports:
-      - "3053:53"
+      - "3053:53/tcp"
+      - "3053:53/udp"
       - "3080:80"
       - "3443:443"
       - "3333:3333"
@@ -63,4 +64,5 @@ services:
       - "9200:80"
   dns:
     ports:
-      - "9353:53"
+      - "9353:53/tcp"
+      - "9353:53/udp"