From 4c5de75ee7093b5ce4369e9597f0f20fe080b2ed Mon Sep 17 00:00:00 2001 From: Chris Love Date: Fri, 5 Jul 2024 18:44:18 -0700 Subject: [PATCH] Fix udp-server destination IP --- Containers/Dockerfile.udp-server | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containers/Dockerfile.udp-server b/Containers/Dockerfile.udp-server index 57a1dda..1bc3145 100644 --- a/Containers/Dockerfile.udp-server +++ b/Containers/Dockerfile.udp-server @@ -6,4 +6,4 @@ WORKDIR /opt/unicast COPY bin/${TARGETPLATFORM}/unicastApp . -CMD ./unicastApp -l 5000 -p 5000 -a 192.168.1.253 \ No newline at end of file +CMD ./unicastApp -l 5000 -p 5000 -a 192.168.1.137