Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
Upgraded to Mongo 3.0
Browse files Browse the repository at this point in the history
Fixes #52
  • Loading branch information
clintonb committed Mar 8, 2017
1 parent 4af3bcd commit 9e9cbda
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,12 @@ services:
# - "11211:11211"

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
image: mongo:2.6.5
image: mongo:3.0.14
# ports:
# - "27017:27017"
volumes:
Expand Down

0 comments on commit 9e9cbda

Please sign in to comment.