Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

Update mongo:latest Docker digest to 8c48baa #78

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
mongodb:
image: mongo:latest@sha256:8f234d6f797afa517e8cb319645965d101ce6177a34aeee26260c84840c5c0c8
image: mongo:latest@sha256:8c48baa1571469d7f5ae6d603b92b8027ada5eb39826c009cb33a13b46864908
environment:
- MONGO_DATA_DIR=/data/mongodb
- MONGO_LOG_DIR=/dev/null
Expand Down