mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Update docker-compose.yml
Restrict redis version to 5.0.0
This commit is contained in:
parent
6800b203a5
commit
f31d94c4a1
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ services:
|
|||
|
||||
redis:
|
||||
restart: always
|
||||
image: redis
|
||||
image: redis:5.0.0
|
||||
container_name: redis
|
||||
expose:
|
||||
- 6379
|
||||
|
|
Loading…
Reference in a new issue