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
08e7450f46
laradock
/
kibana
/
Dockerfile
5 lines
81 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/kibana/kibana:${ELK_VERSION}
Add Kibana Container (#993) * Add Kibana Container * Add Kibana Port to env-example
2017-06-03 12:54:37 +08: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-13 01:02:08 +08:00
EXPOSE
5601