Used Docker version: 19.03.12
When I map a port in the container to a port on the Docker host, this port is automatically accessible to the outside, although the iptables default policy is set to drop.
But the mapped port should only be available locally on the host.
What configurations I have to make in order to implement this?