Skip to content

Chore/update readme#1025

Merged
earayu merged 4 commits into
mainfrom
chore/update_readme
Jul 3, 2025
Merged

Chore/update readme#1025
earayu merged 4 commits into
mainfrom
chore/update_readme

Conversation

@earayu
Copy link
Copy Markdown
Collaborator

@earayu earayu commented Jul 3, 2025

No description provided.

@earayu earayu requested a review from iziang as a code owner July 3, 2025 06:48
@apecloud-bot apecloud-bot added the size/M Denotes a PR that changes 30-99 lines. label Jul 3, 2025
@apecloud-bot
Copy link
Copy Markdown
Collaborator

This branch name is not following the standards: feature/|bugfix/|release/|hotfix/|support/|releasing/|dependabot/

cursor[bot]

This comment was marked as outdated.

@apecloud-bot apecloud-bot added size/L Denotes a PR that changes 100-499 lines. and removed size/M Denotes a PR that changes 30-99 lines. labels Jul 3, 2025
cursor[bot]

This comment was marked as outdated.

cursor[bot]

This comment was marked as outdated.

@apecloud-bot apecloud-bot added size/XL Denotes a PR that changes 500-999 lines. and removed size/L Denotes a PR that changes 100-499 lines. labels Jul 3, 2025
@earayu earayu force-pushed the chore/update_readme branch from d2ac682 to b07b862 Compare July 3, 2025 07:14
@earayu earayu merged commit 2d14019 into main Jul 3, 2025
6 of 7 checks passed
@earayu earayu deleted the chore/update_readme branch July 3, 2025 07:15
Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Healthcheck Command Syntax Error

The qdrant service's healthcheck test command contains invalid bash syntax. The expression </dev/tcp/localhost/6333 is used as a standalone command, but it represents input redirection without a command to redirect to. This should be corrected to a valid TCP connection test, such as echo > /dev/tcp/localhost/6333 or : </dev/tcp/localhost/6333.

docker-compose.yml#L173-L174

ApeRAG/docker-compose.yml

Lines 173 to 174 in b07b862

healthcheck:
test: ["CMD-SHELL", "nc -z localhost 6333 || timeout 3 bash -c '</dev/tcp/localhost/6333' || exit 1"]

Fix in Cursor


Was this report helpful? Give feedback by reacting with 👍 or 👎

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/XL Denotes a PR that changes 500-999 lines.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants