mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Updated mongo to 4.0 for release 2.5.0 (#815)
This commit is contained in:
parent
a9c02c6bf6
commit
fc08b54d0a
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ services:
|
|||
|
||||
mongo:
|
||||
restart: always
|
||||
image: mongo
|
||||
image: mongo:4.0
|
||||
container_name: mongo
|
||||
expose:
|
||||
- 27017
|
||||
|
|
Loading…
Reference in a new issue