elk change to docker official repository

This commit is contained in:
zhangxuejiang
2021-05-14 17:39:35 +08:00
parent 477428146e
commit a98cc18a74
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
ARG ELK_VERSION
FROM docker.elastic.co/kibana/kibana:${ELK_VERSION}
FROM kibana:${ELK_VERSION}
EXPOSE 5601