From 5d60e0cf79870cc7cd6376a248a1df69ae59f4c5 Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Mon, 16 May 2022 09:31:54 +0200
Subject: [PATCH] L2SS-776: Avoid port nr clash with BST device

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

diff --git a/docker-compose/device-observation.yml b/docker-compose/device-observation.yml
index f0017a898..28beae499 100644
--- a/docker-compose/device-observation.yml
+++ b/docker-compose/device-observation.yml
@@ -29,7 +29,7 @@ services:
     networks:
       - control
     ports:
-      - "5717:5717" # unique port for this DS
+      - "5718:5718" # unique port for this DS
     extra_hosts:
       - "host.docker.internal:host-gateway"
     volumes:
@@ -41,5 +41,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-observation Observation STAT -v -ORBendPoint giop:tcp:0:5717 -ORBendPointPublish giop:tcp:${HOSTNAME}:5717
+      - l2ss-observation Observation STAT -v -ORBendPoint giop:tcp:0:5718 -ORBendPointPublish giop:tcp:${HOSTNAME}:5718
     restart: unless-stopped
-- 
GitLab