As of v 4.23, our usage of ${DOCKER_HOST_GATEWAY:host.docker.internal} is broken. We are using this in a docker-compose file in order to whitelist the host machine with one of the containers (dgraph, if it matters.)
You can tell from the container’s logs, that 192.168.65.254
is being provided as the IP address of host.docker.internal. But when the host machine is actually trying to access the container, it is being reported as 192.168.65.1
This happens on 4.23 and 4.24. If I rollback to 4.22, everything works as it has for the past 9 months or so.
Has something changed? I see in the 4.23 release notes that the mac networking was reworked, did something break or is something else required now?
This forum is not an official product support or issue reporting channel.