tech(docker): pin elastic to 2.4.1 for dev

This commit is contained in:
bergquist 2016-11-08 14:31:39 +01:00
parent e642dce027
commit 8713dd8221

View File

@ -1,5 +1,5 @@
elasticsearch:
image: elasticsearch:latest
image: elasticsearch:2.4.1
command: elasticsearch -Des.network.host=0.0.0.0
ports:
- "9200:9200"