From 8eb505d1193fb45e5d3870e2b1c4d3f0fe34accf Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Tue, 28 Sep 2021 14:10:13 +0200 Subject: [PATCH] L2SS-276: Expose XST TCP port as well --- docker-compose/device-xst.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose/device-xst.yml b/docker-compose/device-xst.yml index 7e57a2f9a..8b0ba2d77 100644 --- a/docker-compose/device-xst.yml +++ b/docker-compose/device-xst.yml @@ -27,6 +27,7 @@ services: - data ports: - "5002:5002/udp" # port to receive XST UDP packets on + - "5102:5102/tcp" # port to emit XST TCP packets on - "5706:5706" # unique port for this DS volumes: - ${TANGO_LOFAR_CONTAINER_MOUNT} -- GitLab