Explorar el Código

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 hace 4 meses
padre
commit
b382b63f9a
No account linked to committer's email address
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6
    0
      docker/docker-compose-base.yml

+ 6
- 0
docker/docker-compose-base.yml Ver fichero

@@ -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




Cargando…
Cancelar
Guardar