mirror of
https://github.com/vhaudiquet/homeprod.git
synced 2025-12-19 12:36:03 +00:00
Merge pull request #38 from vhaudiquet/dependabot/docker_compose/docker/tools/notesnook/mongo-8.0.10
build(deps): bump mongo from 7.0.12 to 8.0.10 in /docker/tools/notesnook
This commit is contained in:
@@ -48,7 +48,7 @@ services:
|
||||
restart: "no"
|
||||
|
||||
notesnook-db:
|
||||
image: mongo:7.0.12
|
||||
image: mongo:8.0.10
|
||||
hostname: notesnookdb
|
||||
volumes:
|
||||
- dbdata:/data/db
|
||||
@@ -72,7 +72,7 @@ services:
|
||||
# upgrading it to a replica set. This is only required once but we running
|
||||
# it multiple times is no issue.
|
||||
initiate-rs0:
|
||||
image: mongo:7.0.12
|
||||
image: mongo:8.0.10
|
||||
networks:
|
||||
- notesnook
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user