Skip to content
Snippets Groups Projects
Commit a00c0d42 authored by Taya Snijder's avatar Taya Snijder
Browse files

set the port back to the previous number

parent e1b962a4
Branches
Tags
1 merge request!406Resolve L2SS-912 "Add ccd device"
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment