blackbirdchess-docker-dev/elasticsearch/Dockerfile

5 lines
106 B
Docker

ARG ELK_VERSION=7.5.1
FROM docker.elastic.co/elasticsearch/elasticsearch:${ELK_VERSION}
EXPOSE 9200 9300