Skip to content
Snippets Groups Projects
Commit 5f61d9f7 authored by Jan David Mol's avatar Jan David Mol
Browse files

L2SS-478: Listen on the same port thats exposed by Docker

parent 426ae561
No related branches found
No related tags found
1 merge request!191Resolve L2SS-478 "Beam device"
...@@ -29,5 +29,5 @@ services: ...@@ -29,5 +29,5 @@ services:
- bin/start-ds.sh - bin/start-ds.sh
# configure CORBA to _listen_ on 0:port, but tell others we're _reachable_ through ${HOSTNAME}:port, since CORBA # 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 # can't know about our Docker port forwarding
- l2ss-beam Beam STAT -v -ORBendPoint giop:tcp:0:5708 -ORBendPointPublish giop:tcp:${HOSTNAME}:5708 - l2ss-beam Beam STAT -v -ORBendPoint giop:tcp:0:5711 -ORBendPointPublish giop:tcp:${HOSTNAME}:5711
restart: unless-stopped restart: unless-stopped
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment