fix(service): fix librechat healthcheck

This commit is contained in:
Gauthier POGAM--LE MONTAGNER 2026-03-31 19:16:44 +02:00
parent 3b2e6e11f1
commit 1344093a13

View file

@ -64,7 +64,7 @@ services:
"--no-verbose",
"--tries=1",
"--spider",
"http://127.0.0.1:3080/api/health",
"http://127.0.0.1:3080/health",
]
interval: 5s
timeout: 10s