Skip to content

Commit 46bc936

Browse files
author
Ondrej Kosarko
committed
expose both tcp & udp ports of the handle server
1 parent 3c0748c commit 46bc936

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docker/docker-compose-rest.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,12 @@ services:
7070
# handle binary port as per https://www.handle.net/hnr_support.html (5th paragraph)
7171
- published: 264${INSTANCE}
7272
target: 2641
73-
host_ip: 127.0.0.1
73+
protocol: tcp
74+
host_ip: ${HOST_IP:-127.0.0.1}
75+
- published: 264${INSTANCE}
76+
target: 2641
77+
protocol: udp
78+
host_ip: ${HOST_IP:-127.0.0.1}
7479
# handle http port as per https://www.handle.net/hnr_support.html (5th paragraph)
7580
- published: 801${INSTANCE}
7681
target: 8010

0 commit comments

Comments
 (0)