Build Fails on New Host

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!

2 Likes