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

Commit 9e9cbda

Browse files
committed
Upgraded to Mongo 3.0
Fixes #52
1 parent 4af3bcd commit 9e9cbda

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docker-compose.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,12 @@ services:
3030
# - "11211:11211"
3131

3232
mongo:
33+
# We use WiredTiger in all environments. In development environments we use small files
34+
# to conserve disk space, and disable the journal for a minor performance gain.
35+
# See https://docs.mongodb.com/v3.0/reference/program/mongod/#options for complete details.
36+
command: mongod --smallfiles --nojournal --storageEngine wiredTiger
3337
container_name: edx.devstack.mongo
34-
image: mongo:2.6.5
38+
image: mongo:3.0.14
3539
# ports:
3640
# - "27017:27017"
3741
volumes:

0 commit comments

Comments
 (0)