mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #8390 from overleaf/msm-update-ce-mongo-4_2
[CE] Update mongo to 4.2 in legacy `docker-compose.yml` GitOrigin-RevId: 86894db55a52dd60b17102fb698f6443a3b980af
This commit is contained in:
parent
73cf4116b6
commit
5231747243
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ services:
|
||||||
|
|
||||||
mongo:
|
mongo:
|
||||||
restart: always
|
restart: always
|
||||||
image: mongo:4.0
|
image: mongo:4.2
|
||||||
container_name: mongo
|
container_name: mongo
|
||||||
expose:
|
expose:
|
||||||
- 27017
|
- 27017
|
||||||
|
|
Loading…
Reference in a new issue