Ability to use container name instead of IP address for dns: in compose #2645
Unanswered
paulcdejean
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hey currently
dns:needs to be an IP address or a list of IP addresses. This means if you want one container to use another container as a DNS server, you need to use static IP addresses.It would be really neat if dns: could also accept a service name or container name or something.
All reactions