mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-11-16 18:15:09 +00:00
Fix "invalid operator '$slice'" mongodb error
$slice operator was introduced in version 3.2: https://docs.mongodb.com/manual/release-notes/3.2/ This addresses part of issue #54.
This commit is contained in:
parent
5c3b463bc2
commit
d3bd288231
@ -8,7 +8,7 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
mongodb:
|
mongodb:
|
||||||
image: mongo:3.0.14
|
image: mongo:3.2.16
|
||||||
# Use WiredTiger in all environments, just like at edx.org
|
# Use WiredTiger in all environments, just like at edx.org
|
||||||
command: mongod --smallfiles --nojournal --storageEngine wiredTiger
|
command: mongod --smallfiles --nojournal --storageEngine wiredTiger
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
Loading…
Reference in New Issue
Block a user