Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
There is an error when trying to use latest elastic search. Falling back to 2.3 works. See docker-library/elasticsearch#98 (comment)
  • Loading branch information
ronnyfm authored Nov 22, 2016
1 parent a898f47 commit 9b0c041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "2"
services:
es:
image: elasticsearch
image: elasticsearch:2.3
web:
image: prakhar1989/foodtrucks-web
command: python app.py
Expand Down

0 comments on commit 9b0c041

Please sign in to comment.