make redis version same as the one in selfhosted docker-compose (#4183)
This commit is contained in:
parent
7fdaa64b90
commit
a6b0a7fa8e
3 changed files with 3 additions and 3 deletions
|
|
@ -10,7 +10,7 @@ volumes:
|
|||
|
||||
services:
|
||||
plane-redis:
|
||||
image: redis:6.2.7-alpine
|
||||
image: redis:7.2.4-alpine
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- dev_env
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue