One of my Docker container ports needs to be redirected to the host, like with this parameter: -p 1234:4321. This works great for something like port 80 which I ope
-p 1234:4321