mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-06-04 11:24:00 +08:00
Add a comment to valkey. (#4783)
### What problem does this PR solve? #4775 ### Type of change - [x] Documentation Update
This commit is contained in:
parent
55823dbdf6
commit
ccb72e6787
@ -114,6 +114,7 @@ services:
|
|||||||
restart: on-failure
|
restart: on-failure
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
|
# swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/valkey/valkey:8
|
||||||
image: valkey/valkey:8
|
image: valkey/valkey:8
|
||||||
container_name: ragflow-redis
|
container_name: ragflow-redis
|
||||||
command: redis-server --requirepass ${REDIS_PASSWORD} --maxmemory 128mb --maxmemory-policy allkeys-lru
|
command: redis-server --requirepass ${REDIS_PASSWORD} --maxmemory 128mb --maxmemory-policy allkeys-lru
|
||||||
|
Loading…
x
Reference in New Issue
Block a user