Skip to content

Commit 3f43227

Browse files
committed
fix(service): fix librechat healthcheck
1 parent 574a448 commit 3f43227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/compose/librechat.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ services:
6464
"--no-verbose",
6565
"--tries=1",
6666
"--spider",
67-
"http://127.0.0.1:3080/api/health",
67+
"http://127.0.0.1:3080/health",
6868
]
6969
interval: 5s
7070
timeout: 10s

0 commit comments

Comments
 (0)