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.
This commit is contained in:
duthink 2025-11-13 18:03:07 +05:30
parent 3fe0c483f3
commit f481a3c534

View file

@ -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