Skip to content
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.

Commit

Permalink
Merge pull request #5 from duyetdev/renovate/docker-mongo-3.x
Browse files Browse the repository at this point in the history
chore(deps): update mongo docker tag to v3.7
  • Loading branch information
duyet committed Sep 6, 2019
2 parents 458f703 + ba7c404 commit 9ea2e2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker-compose-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ services:
- /opt/mean.js/public
- /opt/mean.js/uploads
db:
image: mongo:3.2
image: mongo:3.7
restart: always
volumes_from:
- db-data
db-data:
image: mongo:3.2
image: mongo:3.7
volumes:
- /data/db
- /var/lib/mongodb
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ services:
- /opt/mean.js/public
- /opt/mean.js/uploads
db:
image: mongo:3.2
image: mongo:3.7
restart: always
ports:
- "27017:27017"
volumes_from:
- db-data
db-data:
image: mongo:3.2
image: mongo:3.7
volumes:
- /data/db
- /var/lib/mongodb
Expand Down

0 comments on commit 9ea2e2f

Please sign in to comment.