blackbirdchess-docker-dev/elasticsearch/Dockerfile

5 lines
68 B
Docker

ARG ELK_VERSION
FROM elasticsearch:${ELK_VERSION}
EXPOSE 9200 9300