mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #13141 from overleaf/msm-update-redis-ce-sp
[CE/SP] Update redis to 6.2 GitOrigin-RevId: 115d6178336a4ce1493336e69919dc55d90972eb
This commit is contained in:
parent
40eac4bd67
commit
ead1d7d91f
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ services:
|
|||
|
||||
redis:
|
||||
restart: always
|
||||
image: redis:5
|
||||
image: redis:6.2
|
||||
container_name: redis
|
||||
expose:
|
||||
- 6379
|
||||
|
|
Loading…
Reference in a new issue