This website requires JavaScript.
Explore
Help
Sign In
blackbirdchess
/
blackbirdchess-docker-dev
Watch
1
Star
0
Fork
0
You've already forked blackbirdchess-docker-dev
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
3970d90430
blackbirdchess-docker-dev
/
elasticsearch
/
Dockerfile
5 lines
100 B
Docker
Raw
Normal View
History
Unescape
Escape
:arrow_up: updated elk default version
2020-09-27 17:05:15 +02: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-22 19:37:04 +01: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 09:18:54 +02:00
EXPOSE
9200 9300
Reference in New Issue
Copy Permalink