Add explicit version tag for each image
parent
8bcced517b
commit
e0375657fa
|
@ -18,7 +18,7 @@ es:
|
|||
#config is under /usr/share/elasticsearch/config
|
||||
#data is under /usr/share/elasticsearch/data
|
||||
elasticsearch:
|
||||
image: yeasy/elasticsearch:latest
|
||||
image: yeasy/elasticsearch:1.7
|
||||
hostname: elasticsearch
|
||||
links:
|
||||
- es:es
|
||||
|
@ -38,7 +38,7 @@ kibana:
|
|||
- elasticsearch:elasticsearch
|
||||
|
||||
logstash:
|
||||
image: yeasy/logstash
|
||||
image: yeasy/logstash:1.5
|
||||
ports:
|
||||
- "2055/udp:2055/udp"
|
||||
links:
|
||||
|
|
Loading…
Reference in New Issue