Mysql docker container refuses connection

Try disabling it. Just add the following lines under:
/etc/sysctl.conf

net.bridge.bridge-nf-call-ip6tables=0
net.bridge.bridge-nf-call-iptables=0

then reboot and try again…

1 Like