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
0d8ff4771d
laradock
/
kibana
/
Dockerfile
5 lines
56 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
elk change to docker official repository
2021-05-14 17:39:35 +08:00
FROM
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