Skip to content

Commit

Permalink
Fix udp-server destination IP
Browse files Browse the repository at this point in the history
  • Loading branch information
CJLove committed Jul 6, 2024
1 parent 88c3aae commit 4c5de75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containers/Dockerfile.udp-server
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ WORKDIR /opt/unicast

COPY bin/${TARGETPLATFORM}/unicastApp .

CMD ./unicastApp -l 5000 -p 5000 -a 192.168.1.253
CMD ./unicastApp -l 5000 -p 5000 -a 192.168.1.137

0 comments on commit 4c5de75

Please sign in to comment.