I have a C# program which reads a TCP stream from port 19777. It runs under docker, and has this in its yml file:
ports: - 19777:19777`
Now I