Its likely a known issue with nginx + docker.
When a docker container crashes it gets a new IP address, but nginx has cached the upstream hostname resolution as the old IP, so it thinks the upstream is gone.
Or it could be a million other issues, that’s just one that I run into a lot. ¯\_(ツ)_/¯
Its likely a known issue with nginx + docker.
When a docker container crashes it gets a new IP address, but nginx has cached the upstream hostname resolution as the old IP, so it thinks the upstream is gone.
Or it could be a million other issues, that’s just one that I run into a lot. ¯\_(ツ)_/¯