From 1344093a130089a83bccfce37160c1c1b006a2b9 Mon Sep 17 00:00:00 2001 From: Gauthier POGAM--LE MONTAGNER Date: Tue, 31 Mar 2026 19:16:44 +0200 Subject: [PATCH] fix(service): fix librechat healthcheck --- templates/compose/librechat.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/compose/librechat.yaml b/templates/compose/librechat.yaml index 575411443..952937b2c 100644 --- a/templates/compose/librechat.yaml +++ b/templates/compose/librechat.yaml @@ -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