We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c0748c commit 46bc936Copy full SHA for 46bc936
docker/docker-compose-rest.yml
@@ -70,7 +70,12 @@ services:
70
# handle binary port as per https://www.handle.net/hnr_support.html (5th paragraph)
71
- published: 264${INSTANCE}
72
target: 2641
73
- host_ip: 127.0.0.1
+ protocol: tcp
74
+ host_ip: ${HOST_IP:-127.0.0.1}
75
+ - published: 264${INSTANCE}
76
+ target: 2641
77
+ protocol: udp
78
79
# handle http port as per https://www.handle.net/hnr_support.html (5th paragraph)
80
- published: 801${INSTANCE}
81
target: 8010
0 commit comments