Skip to content

Commit

Permalink
Merge pull request #168 from leroy-merlin-br/feat/update-mongodb-vers…
Browse files Browse the repository at this point in the history
…ion-to-6

feat(mongodb): update version to 6
  • Loading branch information
Edukazan authored Apr 17, 2024
2 parents acfc31c + f3b0433 commit 1062f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
- .:/var/www/html:rw

db:
image: mongo:5.0
image: mongo:6.0
command: mongod
volumes:
- db:/data/db
Expand Down

0 comments on commit 1062f30

Please sign in to comment.