From a00c0d421d024f4b219479b7322b234291302edc Mon Sep 17 00:00:00 2001
From: thijs snijder <snijder@astron.nl>
Date: Wed, 14 Sep 2022 09:37:44 +0200
Subject: [PATCH] set the port back to the previous number

---
 docker-compose/device-ccd.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docker-compose/device-ccd.yml b/docker-compose/device-ccd.yml
index 08accf978..a430b88eb 100644
--- a/docker-compose/device-ccd.yml
+++ b/docker-compose/device-ccd.yml
@@ -31,7 +31,7 @@ services:
     networks:
       - control
     ports:
-      - "5722:5722" # unique port for this DS
+      - "5721:5721" # unique port for this DS
     extra_hosts:
       - "host.docker.internal:host-gateway"
     volumes:
@@ -43,5 +43,5 @@ services:
       - bin/start-ds.sh
       # configure CORBA to _listen_ on 0:port, but tell others we're _reachable_ through ${HOSTNAME}:port, since CORBA
       # can't know about our Docker port forwarding
-      - l2ss-ccd Ccd STAT -v  -v -ORBendPoint giop:tcp:device-ccd:5722 -ORBendPointPublish giop:tcp:${HOSTNAME}:5722
+      - l2ss-ccd Ccd STAT -v  -v -ORBendPoint giop:tcp:device-ccd:5721 -ORBendPointPublish giop:tcp:${HOSTNAME}:5721
     restart: on-failure
-- 
GitLab