Hello, BC Experts,
I set up a BC environment in a Docker container on Windows 2019 server at Azure.
Local access to the environment works, but not through the Internet.
Could anyone teach me how to make this happen?
Windows 2019 server global IP address: xxx.xxx.xxx.xxx (masking the actual IP address)
Docker Container IP address: 172.21.55.10
Web Client URL: https://172.21.55.10/BC/ <=== this works locally on Windows 2019 server
Port Forwarding on Windows 2019 server
Address Port Address Port
--------------- ---------- --------------- ----------
xxx.xxx.xxx.xxx 443 172.21.55.10 443
Port 443 is open on Windows 2019 server
Docker port mapping 443/tcp -> 0.0.0.0:443
I expect that using the URL of https://xxx.xxx.xxx.xxx:443/BC let me get to BC on Docker, but this never works.
Please advise.
Thank you.