Add a comment to valkey. (#4783)

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

### Type of change

- [x] Documentation Update
This commit is contained in:
Kevin Hu 2025-02-08 10:31:50 +08:00 committed by GitHub
parent 55823dbdf6
commit ccb72e6787
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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