Skip to content

Commit 1f7a035

Browse files
before docker-compose up, first down it,and cleans. (#9908)
### What problem does this PR solve? _Briefly describe what this PR aims to solve. Include background context that will help reviewers understand the purpose of the PR._ Fix the issue in ci. [ci err](https://github.com/infiniflow/ragflow/actions/runs/17452439789/job/49559702590?pr=9894) ``` Container ragflow-redis Error response from daemon: Conflict. The container name "/ragflow-redis" is already in use by container "b6cbde4d186ffba701f6e2a85f37e1d053d7197adb2938547f1df08cfcadf355". You have to remove (or rename) that container to be able to reuse that name. Error response from daemon: Conflict. The container name "/ragflow-redis" is already in use by container "b6cbde4d186ffba701f6e2a85f37e1d053d7197adb2938547f1df08cfcadf355". You have to remove (or rename) that container to be able to reuse that name. Error: Process completed with exit code 1. ``` ### Type of change - [x] Refactoring - [x] Performance Improvement Signed-off-by: zhanluxianshen <zhanluxianshen@163.com>
1 parent d04ae3f commit 1f7a035

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
6868
- name: Start ragflow:nightly-slim
6969
run: |
70+
sudo docker compose -f docker/docker-compose.yml down --volumes --remove-orphans
7071
echo -e "\nRAGFLOW_IMAGE=infiniflow/ragflow:nightly-slim" >> docker/.env
7172
sudo docker compose -f docker/docker-compose.yml up -d
7273

0 commit comments

Comments
 (0)