Skip to content

Commit

Permalink
Merge pull request #211 from agco/revert-209-updating-mongodb
Browse files Browse the repository at this point in the history
Revert "updating mongodb dependency"
  • Loading branch information
Juraci authored Mar 30, 2017
2 parents 632b261 + f3c181b commit c2ccd9d
Show file tree
Hide file tree
Showing 3 changed files with 966 additions and 772 deletions.
4 changes: 2 additions & 2 deletions docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ services:
- MONGODB_URL=mongodb://db:27017/test
- OPLOG_MONGODB_URL=mongodb://db:27017/local
db:
image: mongo:3.4
image: mongo:2.4.14
command: mongod --replSet rs0 --oplogSize 20 --noprealloc --smallfiles --nojournal
initReplicaset:
image: mongo:3.4
image: mongo:2.4.14
command: bash -c "sleep 3 && mongo admin --host db:27017 --eval 'printjson(rs.initiate());'"
Loading

0 comments on commit c2ccd9d

Please sign in to comment.