Open
Description
There is no mention of the fact that docker adds a bunch of iptable rules which can interfere with the original firewall settings.
Additionally, if you are using ufw alone for applying firewall settings, it will definitely override all the rules that you add.
The solutions to it are either using ufw-docker
project or limit the exposure of the containers to loopback addresses (127.0.0.1) instead of running it on all addresses (0.0.0.0).