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.
This commit is contained in:
ahalekelly
2026-01-26 06:53:11 -08:00
committed by GitHub
parent f9f940b30e
commit 8dbd1e1bae

View File

@@ -35,7 +35,7 @@ services:
- ./librechat.yaml:/app/librechat.yaml - ./librechat.yaml:/app/librechat.yaml
traefik: traefik:
image: traefik:v3.0 image: traefik:v3.6
ports: ports:
- "80:80" - "80:80"
- "443:443" - "443:443"