I found my issue. I have IPv6 enabled on docker which seems to confuse things.
I had to turn it off then reload docker.
{
"ipv6": false,
"fixed-cidr-v6": "2001:db8:1::/64"
}
Thank you for the help!
I found my issue. I have IPv6 enabled on docker which seems to confuse things.
I had to turn it off then reload docker.
{
"ipv6": false,
"fixed-cidr-v6": "2001:db8:1::/64"
}
Thank you for the help!