Closed r-pufky closed 2 years ago
When using the default docker network mode Bridge
, users need to explicitly expose the port(s) they want during the creation of the container.
With images version 4.0.0, it's possible to disable listening on a port.
By default, both ports
5800
and5900
are exposed in the container. It would be fantastic to be able to add the option toggle the following port exposures:This would enable the selection of the preferred connection for an end user and minimize service exposure in the container.