Skip to content

Instantly share code, notes, and snippets.

@Iduoad
Created December 17, 2019 23:04
Show Gist options
  • Save Iduoad/913a3f557c91b80651a427abd31d815c to your computer and use it in GitHub Desktop.
Save Iduoad/913a3f557c91b80651a427abd31d815c to your computer and use it in GitHub Desktop.
FROM mongo:latest
RUN mkdir -p /data/db
RUN echo "bind_ip = 0.0.0.0" >> /etc/mongodb.conf
EXPOSE 27017
CMD ["mongod"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment