We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1553286 commit 11df825Copy full SHA for 11df825
docker-compose.yml
@@ -29,12 +29,10 @@ services:
29
- "11211:11211"
30
31
mongo:
32
- # We use WiredTiger in all environments. In development environments we use small files
33
- # to conserve disk space, and disable the journal for a minor performance gain.
34
- # See https://docs.mongodb.com/v3.0/reference/program/mongod/#options for complete details.
35
- command: mongod --smallfiles --nojournal --storageEngine wiredTiger
+ # We disable the journal for a minor performance gain.
+ command: mongod --nojournal
36
container_name: edx.devstack.mongo
37
- image: mongo:4.0.24
+ image: mongo:4.2.17
38
ports:
39
- "27017:27017"
40
volumes:
0 commit comments