Skip to content

Commit

Permalink
Bump major version of mongoDB db container
Browse files Browse the repository at this point in the history
This bumps the database version a major version and has been tested
and works as it should. WARNING! A backup and restore is recommended
as I had trouble to simply switch out the image and keep the data
volume.
  • Loading branch information
AntonFriberg committed Oct 30, 2019
1 parent 83e8953 commit f1274b8
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 @@ -2,7 +2,7 @@ version: '3.1'
services:

db:
image: mongo:3.6
image: mongo:4.2.1
volumes:
- ${MONGO_VOLUME_MOUNT}:/data/db
networks:
Expand Down

0 comments on commit f1274b8

Please sign in to comment.