set the original volume path

This commit is contained in:
Mahmoud Zalt 2016-06-01 14:44:40 +03:00
parent 4c06a03ead
commit 3ff4aaca79
1 changed files with 2 additions and 2 deletions

View File

@ -4,9 +4,9 @@ MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>
#COPY mongo.conf /usr/local/etc/mongo/mongo.conf
VOLUME /var/lib/mongo
VOLUME /data/db /data/configdb
CMD [ "mongod" ]
CMD ["mongod"]
EXPOSE 27017