From f481a3c534e345dbc823b97f2ddbd9f735ef318f Mon Sep 17 00:00:00 2001 From: duthink Date: Thu, 13 Nov 2025 18:03:07 +0530 Subject: [PATCH] fix: upgrade Traefik from v2.11 to v3.6.0 for Docker API compatibility After Ubuntu server update, Docker API was upgraded to v1.44+, causing Traefik v2.11 to fail with 'client version 1.24 is too old' error. Updated Traefik image to v3.6.0 to resolve compatibility issue and restore ERP site (https://erp.localhost/) functionality. --- overrides/compose.traefik.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overrides/compose.traefik.yaml b/overrides/compose.traefik.yaml index 25d362af..197be8e3 100644 --- a/overrides/compose.traefik.yaml +++ b/overrides/compose.traefik.yaml @@ -2,7 +2,7 @@ version: "3.3" services: traefik: - image: "traefik:v2.11" + image: "traefik:v3.6.0" restart: unless-stopped labels: # Enable Traefik for this service, to make it available in the public network