mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
replaced redis docker images with valkey/valkey (#4836)
This commit is contained in:
@@ -147,7 +147,7 @@ services:
|
||||
|
||||
plane-redis:
|
||||
<<: *app-env
|
||||
image: redis:7.2.4-alpine
|
||||
image: valkey/valkey:7.2.5-alpine
|
||||
pull_policy: if_not_present
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user