speedtest
speedtest copied to clipboard
When I use an image with the tag latest-alpine, the container unexpectedly occupies port 443 for https
Description
If you use the WEBPORT variable to set a specific port (such as 5000), the container will normally provide an http interface on port 5000, but will additionally occupy port 443 for https services. When docker uses the host network mode, if nginx is used as a reverse proxy (https), it will cause a conflict with nginx's port 443, and eventually it will be stuck in a continuous restart.