Drastically reduces mongo container size
Change-Id: I2834ea33c39c3c685d131b029c5b59a24761eeec
This commit is contained in:
parent
51376bc922
commit
4c4eda9ee7
@ -21,6 +21,8 @@ mongo:
|
||||
image: mongo:2.6
|
||||
ports:
|
||||
- "27017:27017"
|
||||
command:
|
||||
"mongod --smallfiles"
|
||||
|
||||
influxdb:
|
||||
image: savoirfairelinux/influxdb
|
||||
|
Loading…
Reference in New Issue
Block a user