From 8dbd1e1baed6c1dde96c90df05cafdb14f24148c Mon Sep 17 00:00:00 2001 From: ahalekelly <7078138+ahalekelly@users.noreply.github.com> Date: Mon, 26 Jan 2026 06:53:11 -0800 Subject: [PATCH] docs: Update Traefik to v3.6 to support Docker v29 (#491) Docker v29 dropped support for Docker API 1.24 which was the API version Traefik was using, see [here](https://github.com/traefik/traefik/issues/12257). This caused Traefik to not launch, Traefik fixed this issue in v3.6.1, I updated my setup and it fixed the issue. --- pages/docs/remote/traefik.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/docs/remote/traefik.mdx b/pages/docs/remote/traefik.mdx index b742a22..fcb5c3d 100644 --- a/pages/docs/remote/traefik.mdx +++ b/pages/docs/remote/traefik.mdx @@ -35,7 +35,7 @@ services: - ./librechat.yaml:/app/librechat.yaml traefik: - image: traefik:v3.0 + image: traefik:v3.6 ports: - "80:80" - "443:443"