Hi, I have an issue where the address space of the internal Dagger network in Docker overlaps with my AWS VPC CIDR (ie. 10.87.xx.xx vs 10.87.xx.xx).
This causes all requests made from Dagger (running on an AWS EC2 instance in a VPC) to the internet/VPC resources to be routed locally to the Dagger network, going nowhere.
I'm fairly sure this is the issue, although I'm not an expert, as I've been debugging this for a few days, and the only thing that solved the issue was running in a different VPC (with identical infra setup) with a different CIDR.
Is there any way to configure the address space that Dagger uses in its Docker network? I tried looking, but couldn't find anything in the Dagger docs describing how to do so.
Thanks in advance