瀏覽代碼

Fix(docker-compose)Update docker-compose-base.yml (#8650)

### What problem does this PR solve?
1.Optimize Redis Health Check

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
tags/v0.20.0
Hwting 4 月之前
父節點
當前提交
b382b63f9a
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 6 行新增0 行删除
  1. 6
    0
      docker/docker-compose-base.yml

+ 6
- 0
docker/docker-compose-base.yml 查看文件

@@ -194,6 +194,12 @@ services:
networks:
- ragflow
restart: on-failure
healthcheck:
test: ["CMD", "redis-cli", "-a", "${REDIS_PASSWORD}", "ping"]
interval: 5s
timeout: 3s
retries: 3
start_period: 10s




Loading…
取消
儲存