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
2f575017e4
blackbirdchess-docker-dev
/
kibana
/
Dockerfile
5 lines
81 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/kibana/kibana:${ELK_VERSION}
Add Kibana Container (#993) * Add Kibana Container * Add Kibana Port to env-example
2017-06-03 06:54:37 +02:00
Change to official repository Elastic.co announced they will pull out their official images from the Docker Registry and user their own. There will be no updates starting 6/20/2017. Pulling needs explicit version. Currently 5.4.1
2017-06-12 19:02:08 +02:00
EXPOSE
5601
Reference in New Issue
Copy Permalink