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:
Miguel Serrano 2023-05-18 15:29:21 +02:00 committed by Copybot
parent 40eac4bd67
commit ead1d7d91f

View file

@ -120,7 +120,7 @@ services:
redis:
restart: always
image: redis:5
image: redis:6.2
container_name: redis
expose:
- 6379