mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #16488 from overleaf/msm-ce-mongo-5
[CE] Update mongo version to 5.0 in compose file GitOrigin-RevId: 5267d4cf2ca944b5a4451c3d7a541a974b150ad8
This commit is contained in:
parent
df06b3562d
commit
3e36369433
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ services:
|
|||
|
||||
mongo:
|
||||
restart: always
|
||||
image: mongo:4.4
|
||||
image: mongo:5.0
|
||||
container_name: mongo
|
||||
expose:
|
||||
- 27017
|
||||
|
|
Loading…
Reference in a new issue