blackbirdchess-docker-dev/elasticsearch/Dockerfile

5 lines
100 B
Docker

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