added mongodb image + PHP7 driver
This commit is contained in:
12
mongo/Dockerfile
Normal file
12
mongo/Dockerfile
Normal file
@ -0,0 +1,12 @@
|
||||
FROM mongo:latest
|
||||
|
||||
MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>
|
||||
|
||||
#COPY mongo.conf /usr/local/etc/mongo/mongo.conf
|
||||
|
||||
VOLUME /var/lib/mongo
|
||||
|
||||
CMD [ "mongod" ]
|
||||
|
||||
EXPOSE 27017
|
||||
|
Reference in New Issue
Block a user