Closed mstre123 closed 2 years ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically closed because it had not recent activity during the stale period.
Description of the issue
Experience an issue with dns resolution between our docker containers when using docker-compose. the nginx service is failing to forward northbound HTTP API requests from nginx to the controller container -- instead, it seems to be trying to send them to 23.221.222.250 (Akamai CDN or ?)
Have been able to temporarily resolve issue by flipping
Use Docker Compose V2 release candidate
feature on and off in Docker Desktop experimental features.Context information (for bug reports)
Output of
docker-compose version
Output of
docker version
Output of
docker-compose config
Steps to reproduce the issue
Observed result
Calls are failing between containers, when inspecting tcp traffic noticed that dns is resolving to 23.221.222.250 rather than local container
Expected result
Call should resolve to local container
Additional information
OS version / distribution,
docker-compose
install method, etc. OSX 11.5.1 Install docker via .dmg Ran identical commands on identical code using the same versions of docker as a teammate and did no see the same issue on their localhost.including below my nginx.conf, my tcp dump - where it works incorrectly, and my teammates tcpdump where it works correctly
nginx.conf
tcp dump on failing host
tcp dump on working host