mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
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:
parent
3fe0c483f3
commit
f481a3c534
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue