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 was checking your image with the following setup and I am getting the error "Docker daemon connection interrupted" after 20 minutes of bringing up containers, and then it repeats every 10 minutes after that:
I've been reviewing past issues and I guess this happened before (with Traefik instead): #21
So this won't be an issue since HAproxy is timming out past 10 minutes (timeout server 10m) of innactivity on the connection, right? If this is the case, maybe it would be a good idea to let users specify an ENV var to setup this timeout other than the default one.
Hi,
I was checking your image with the following setup and I am getting the error "Docker daemon connection interrupted" after 20 minutes of bringing up containers, and then it repeats every 10 minutes after that:
This is my docker-compose.yml:
This is my docker version:
This is what I get on the logs of the nginx-proxy (also happens on the acme-companion one):
dockergen.1 | 2023/06/11 14:25:25 Docker daemon connection interrupted
And this on the systemd docker.service log:
What I have tried without luck:
Maybe it has something to do with the api version (unsupported)?
Thanks in advance.
The text was updated successfully, but these errors were encountered: