I have docker host and inside I have one container.
The docker host is binding the port on IPv6 interface only, not on IPv4.
This is the output
Setting net.ipv6.conf.all.forwarding=1 will fix the issue.
net.ipv6.conf.all.forwarding=1
This can be done on a live system using sudo sysctl -w net.ipv6.conf.all.forwarding=1
sudo sysctl -w net.ipv6.conf.all.forwarding=1