Browse Source

Add a comment to valkey. (#4783)

### What problem does this PR solve?
#4775

### Type of change

- [x] Documentation Update
tags/v0.17.0
Kevin Hu 8 months ago
parent
commit
ccb72e6787
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      docker/docker-compose-base.yml

+ 1
- 0
docker/docker-compose-base.yml View File

@@ -114,6 +114,7 @@ services:
restart: on-failure

redis:
# swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/valkey/valkey:8
image: valkey/valkey:8
container_name: ragflow-redis
command: redis-server --requirepass ${REDIS_PASSWORD} --maxmemory 128mb --maxmemory-policy allkeys-lru

Loading…
Cancel
Save