Skip to content

Commit 9785ccf

Browse files
committed
fix: Don't crash on newer docker apis using docker compose
Traefik v2.9 was incompatible with newer Docker daemon versions that require minimum API version 1.44. This fixes the recurring "client version 1.24 is too old" errors that prevented Traefik from discovering and routing to Docker containers. Signed-off-by: Omar <omar.brbutovic@secomind.com>
1 parent fc55583 commit 9785ccf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ services:
184184
- "traefik.http.services.astarte-grafana.loadbalancer.server.port=3000"
185185

186186
traefik:
187-
image: traefik:v2.9
187+
image: traefik:v3.6
188188
restart: on-failure
189189
command:
190190
# Uncomment this if you want to enable Traefik's web UI

0 commit comments

Comments
 (0)