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