mirror of
https://github.com/justlovemaki/AIClient-2-API.git
synced 2026-04-27 10:25:50 +03:00
[GH-ISSUE #40] docker 方式启动健康检查不通过,一直显示unhealthy #35
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/AIClient-2-API-justlovemaki#35
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lileixuan on GitHub (Aug 27, 2025).
Original GitHub issue: https://github.com/justlovemaki/AIClient-2-API/issues/40
进入容器执行 node healthcheck.js 报错
@lileixuan commented on GitHub (Aug 27, 2025):
改下const http = require('http'); 换成import http from 'http';吧
@justlovemaki commented on GitHub (Aug 30, 2025):
已修复