speedtest icon indicating copy to clipboard operation
speedtest copied to clipboard

When I use an image with the tag latest-alpine, the container unexpectedly occupies port 443 for https

Open blueberry-pie-11 opened this issue 5 months ago • 1 comments

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.

blueberry-pie-11 avatar Sep 02 '24 16:09 blueberry-pie-11