This website requires JavaScript.
Explore
Help
Register
Sign In
ykxiao
/
laradock
Watch
1
Star
0
Fork
You've already forked laradock
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
793c1a085f
laradock
/
elasticsearch
/
Dockerfile
5 lines
100 B
Docker
Raw
Normal View
History
Unescape
Escape
:arrow_up: updated elk default version
2020-09-27 23:05:15 +08:00
ARG
ELK_VERSION
upgraded elasticsearch, logstash and kibana images and provided an environment variable to specify a version for the entire ELK stack.
2020-01-23 02:37:04 +08:00
FROM
docker.elastic.co/elasticsearch/elasticsearch:${ELK_VERSION}
Support ElasticSearch Container. Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2016-09-07 15:18:54 +08:00
EXPOSE
9200 9300