-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Closed
Description
Error Message and Logs
I am getting an odd issue ever since updating packages and rebooting my server. The coolify proxy is no longer working and when I try to access a page for one of my applications, I get no available server. Coolify still works but not other apps.
When checking the traefik proxy logs, all I see is:
2025-11-11T01:30:45.152362608Z 2025-11-11T01:30:45Z ERR Provider error, retrying in 3.147624984s error="Error response from daemon: client version 1.24 is too old. Minimum supported API version is 1.44, please upgrade your client to a newer version" providerName=docker
For reference here is my traefik proxy config:
name: coolify-proxy
networks:
coolify:
external: true
services:
traefik:
container_name: coolify-proxy
image: 'traefik:v3.1'
restart: unless-stopped
extra_hosts:
- 'host.docker.internal:host-gateway'
networks:
- coolify
ports:
- '80:80'
- '443:443'
- '443:443/udp'
- '8080:8080'
healthcheck:
test: 'wget -qO- http://localhost:80/ping || exit 1'
interval: 4s
timeout: 2s
retries: 5
volumes:
- '/var/run/docker.sock:/var/run/docker.sock:ro'
- '/data/coolify/proxy/:/traefik'
command:
- '--ping=true'
- '--ping.entrypoint=http'
- '--api.dashboard=true'
- '--entrypoints.http.address=:80'
- '--entrypoints.https.address=:443'
- '--entrypoints.http.http.encodequerysemicolons=true'
- '--entryPoints.http.http2.maxConcurrentStreams=250'
- '--entrypoints.https.http.encodequerysemicolons=true'
- '--entryPoints.https.http2.maxConcurrentStreams=250'
- '--entrypoints.https.http3'
- '--providers.file.directory=/traefik/dynamic/'
- '--providers.file.watch=true'
- '--certificatesresolvers.letsencrypt.acme.httpchallenge=true'
- '--certificatesresolvers.letsencrypt.acme.httpchallenge.entrypoint=http'
- '--certificatesresolvers.letsencrypt.acme.storage=/traefik/acme.json'
- '--api.insecure=false'
- '--providers.docker=true'
- '--providers.docker.exposedbydefault=false'
labels:
- traefik.enable=true
- traefik.http.routers.traefik.entrypoints=http
- traefik.http.routers.traefik.service=api@internal
- traefik.http.services.traefik.loadbalancer.server.port=8080
- coolify.managed=true
- coolify.proxy=true
I have tried switching to Caddy, which works for some of my applications but not others.
Not sure what the issue is and what I can do to fix this, so if anyone has any suggestions I would greatly appreciate it!
Steps to Reproduce
- Updated ubuntu packages
- Rebooted server
- Traefik Proxy no longer working
Example Repository URL
No response
Coolify Version
v4.0.0-beta.442
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
Ubuntu 24.04.3 LTS
Additional Information
No response
davidmalcoci, giTzor837, bjarneo, mozharov, izzuddinafif and 45 moreswittlich
Metadata
Metadata
Assignees
Labels
No labels