You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it's better to add an environment: NGINX_RESOLVER to set up the resolver manually.
For example, if I run this image in k8s, the resolver should like this: resolver kube-dns.kube-system.svc.cluster.local;
I agree, if the user wishes to use this environment variable it should be customizable. I see that you have put some time into a PR to support this. I can review tomorrow and see what needs to done to support a single or multiple resolvers to solve this issue..
I have a similar problem like below post:
https://www.emmanuelgautier.com/blog/nginx-docker-dns-resolution
After add
the resolver 127.0.0.11;
, problem resolved.The text was updated successfully, but these errors were encountered: