Skip to content

Commit

Permalink
Merge pull request #7811 from nestjs/renovate/mongo-5.x
Browse files Browse the repository at this point in the history
chore(deps): update mongo docker tag to v5
  • Loading branch information
kamilmysliwiec authored Sep 28, 2021
2 parents b802fb2 + 941de57 commit d151eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/13-mongo-typeorm/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"

services:
mongodb:
image: mongo:3.6
image: mongo:5.0
environment:
- MONGODB_DATABASE="test"
ports:
Expand Down

0 comments on commit d151eff

Please sign in to comment.