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
7c2b1c561a
blackbirdchess-docker-dev
/
kibana
/
Dockerfile
5 lines
56 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
elk change to docker official repository
2021-05-14 11:39:35 +02:00
FROM
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