mirror of
https://github.com/deviantony/docker-elk.git
synced 2026-01-05 20:43:21 +01:00
5 lines
140 B
Docker
5 lines
140 B
Docker
ARG ELASTIC_VERSION
|
|
|
|
# https://www.docker.elastic.co/
|
|
FROM docker.elastic.co/enterprise-search/enterprise-search:${ELASTIC_VERSION:-8.16.0}
|