README / Dockerfile
mfuntowicz's picture
mfuntowicz HF Staff
misc(platform): create /data/mongo folder
c10ed5c verified
raw
history blame contribute delete
153 Bytes
FROM mfuntowicz/platform
# Create the persistent storage folders structure
RUN mkdir /data/mongo
# Run and bind on all interfaces
CMD ["-i", "0.0.0.0"]