mongo: have some thin defaults
This commit is contained in:
parent
b037a3cb96
commit
507d009557
1 changed files with 1 additions and 1 deletions
|
@ -2,4 +2,4 @@ FROM fedora
|
|||
RUN yum install --setopt=override_install_langs=en --setopt=tsflags=nodocs --setopt=keepcache=0 -y mongodb-server && mkdir -p /data/db && rm -rf /var/cache/yum
|
||||
EXPOSE 27017 28017
|
||||
VOLUME ["/data/db"]
|
||||
CMD "mongod"
|
||||
CMD mongod --noprealloc --smallfiles
|
||||
|
|
Loading…
Reference in a new issue