mirror of
https://github.com/LibreChat-AI/librechat.ai.git
synced 2026-03-27 02:38:32 +07:00
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:
@@ -35,7 +35,7 @@ services:
|
||||
- ./librechat.yaml:/app/librechat.yaml
|
||||
|
||||
traefik:
|
||||
image: traefik:v3.0
|
||||
image: traefik:v3.6
|
||||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
|
||||
Reference in New Issue
Block a user