Commit 9e9cbdab by Clinton Blackburn

Upgraded to Mongo 3.0

Fixes #52
parent 4af3bcd1
...@@ -30,8 +30,12 @@ services: ...@@ -30,8 +30,12 @@ services:
# - "11211:11211" # - "11211:11211"
mongo: mongo:
# We use WiredTiger in all environments. In development environments we use small files
# to conserve disk space, and disable the journal for a minor performance gain.
# See https://docs.mongodb.com/v3.0/reference/program/mongod/#options for complete details.
command: mongod --smallfiles --nojournal --storageEngine wiredTiger
container_name: edx.devstack.mongo container_name: edx.devstack.mongo
image: mongo:2.6.5 image: mongo:3.0.14
# ports: # ports:
# - "27017:27017" # - "27017:27017"
volumes: volumes:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment