nickleefly/nginx-proxy-google

Started returning 503 errors

kbuffington opened this issue · 1 comments

I've been using this container to proxy to google for the last couple years and it's worked flawlessly, but in the last week it's started returning 503 errors:

2023-02-28 00:13:08 2023/02/28 06:13:08 [error] 18#0: *615 www.google.com could not be resolved (110: Operation timed out), 
client: 172.17.0.1, server: , request: "GET / HTTP/1.1", host: "00.000.000.000:8082"

Thought it first it was probably just Google's automated throttling that was causing it, but realized just now that no requests have been completed for the last week. I can obviously get to google myself locally so it's not a DNS issue. I've restarted the container and docker itself so it seems something has changed.

Any ideas?

I updated to the latest version of docker, which restarted everything and now it's working again. Not sure if something changed in docker, or if I hadn't properly restarted docker before hand but everything is good again.