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
Hi
I got a collection of docker containers running a variety of versions from php 7.4 to 8.1. I have encountered an intermittent problem where sometimes nginx cannot connect to the fastcgi worker with the error recv() failed (104: Connection reset by peer). The only solution is to restart the container. I am able to bash exec into the container. What debugging steps should I perform next?
The text was updated successfully, but these errors were encountered:
You might be hitting memory or other resource limits on the php container? It should have logs for any errors.
If you want phpdbg it's a simple derivative Dockerfile to install it in the image #1260 (comment)
Hi
I got a collection of docker containers running a variety of versions from php 7.4 to 8.1. I have encountered an intermittent problem where sometimes nginx cannot connect to the fastcgi worker with the error recv() failed (104: Connection reset by peer). The only solution is to restart the container. I am able to bash exec into the container. What debugging steps should I perform next?
The text was updated successfully, but these errors were encountered: