replaced redis docker images with valkey/valkey (#4836)
This commit is contained in:
parent
aba2af9a7c
commit
bd0799f5e7
3 changed files with 3 additions and 3 deletions
|
|
@ -116,7 +116,7 @@ services:
|
|||
|
||||
plane-redis:
|
||||
container_name: plane-redis
|
||||
image: redis:7.2.4-alpine
|
||||
image: valkey/valkey:7.2.5-alpine
|
||||
restart: always
|
||||
volumes:
|
||||
- redisdata:/data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue