# derived from StackOverflow https://stackoverflow.com/a/33601894
FROM mongo:6.0.1

VOLUME /data/db /data/configdb

CMD ["mongod"]

