mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Merge pull request #737 from Soptq/patch-2
Restrict Redis version to 5.0.0
This commit is contained in:
@@ -117,7 +117,7 @@ services:
|
||||
|
||||
redis:
|
||||
restart: always
|
||||
image: redis
|
||||
image: redis:5.0.0
|
||||
container_name: redis
|
||||
expose:
|
||||
- 6379
|
||||
|
||||
Reference in New Issue
Block a user