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

added dbconfig to VOLUMEs #15

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
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ echo http://dl-4.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositories &&
apk add --no-cache mongodb && \
rm /usr/bin/mongosniff /usr/bin/mongoperf

VOLUME /data/db
EXPOSE 27017 28017
VOLUME /data/db /data/configdb

COPY run.sh /root
ENTRYPOINT [ "/root/run.sh" ]
Expand Down