Skip to content
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.

Commit

Permalink
chore(deps): update mongo:4 docker digest to dd66acb (#301)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 13, 2023
1 parent f7397ed commit 0630a1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
command: sleep infinity
network_mode: service:db
db:
image: mongo:4@sha256:4ed628dcc1c5ba73d3882e6e5a535ac118085331afa324a2ed689d8671cb638b
image: mongo:4@sha256:dd66acbd358b4b238336101f122bae368421069274e14233a9abb4f166ed4130
restart: unless-stopped
volumes:
- ../database:/data/db
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
depends_on:
- db
db:
image: mongo:4@sha256:4ed628dcc1c5ba73d3882e6e5a535ac118085331afa324a2ed689d8671cb638b
image: mongo:4@sha256:dd66acbd358b4b238336101f122bae368421069274e14233a9abb4f166ed4130
restart: always
volumes:
- ./database:/data/db

0 comments on commit 0630a1f

Please sign in to comment.