mirror of
https://github.com/vhaudiquet/homeprod.git
synced 2025-12-19 20:46:09 +00:00
build(deps): bump mongo from 8.0.14 to 8.0.15 in /docker/tools/notesnook
Bumps mongo from 8.0.14 to 8.0.15. --- updated-dependencies: - dependency-name: mongo dependency-version: 8.0.15 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
@@ -48,7 +48,7 @@ services:
|
|||||||
restart: "no"
|
restart: "no"
|
||||||
|
|
||||||
notesnook-db:
|
notesnook-db:
|
||||||
image: mongo:8.0.14
|
image: mongo:8.0.15
|
||||||
hostname: notesnookdb
|
hostname: notesnookdb
|
||||||
volumes:
|
volumes:
|
||||||
- dbdata:/data/db
|
- dbdata:/data/db
|
||||||
@@ -69,7 +69,7 @@ services:
|
|||||||
# upgrading it to a replica set. This is only required once but we running
|
# upgrading it to a replica set. This is only required once but we running
|
||||||
# it multiple times is no issue.
|
# it multiple times is no issue.
|
||||||
initiate-rs0:
|
initiate-rs0:
|
||||||
image: mongo:8.0.14
|
image: mongo:8.0.15
|
||||||
networks:
|
networks:
|
||||||
- notesnook
|
- notesnook
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|||||||
Reference in New Issue
Block a user