Skip to content

Commit

Permalink
fix: add support for mongodb driver v4
Browse files Browse the repository at this point in the history
This new fix allow support to mongodb driver v4

Closes: typeorm#7907
  • Loading branch information
MatheusMeloAntiquera committed May 3, 2022
1 parent 1cad18f commit b44d5b8
Show file tree
Hide file tree
Showing 10 changed files with 1,513 additions and 1,500 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ services:

# mongodb
mongodb:
image: "mongo:3.4.18"
image: "mongo:5.0.6"
container_name: "typeorm-mongodb"
ports:
- "27017:27017"
Expand Down

0 comments on commit b44d5b8

Please sign in to comment.