Skip to content
This repository has been archived by the owner on Jan 29, 2022. It is now read-only.

Commit

Permalink
[#27] Downgrade ElasticSearch to 1.5.2
Browse files Browse the repository at this point in the history
That's the latest version supported on AWS
  • Loading branch information
vitorbaptista committed Apr 4, 2016
1 parent 4dd6b1d commit b84b00f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ db:
restart: always

elasticsearch:
image: elasticsearch:2.2
image: elasticsearch:1.5.2
restart: always
2 changes: 1 addition & 1 deletion tools/create-trials-index.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ const trialsIndex = {
},
registration_date: {
type: 'date',
format: 'strict_date_optional_time||epoch_millis',
format: 'dateOptionalTime',
},
},
},
Expand Down

0 comments on commit b84b00f

Please sign in to comment.