Files
2021-08-30 20:37:43 +00:00

5 lines
68 B
Docker

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