mirror of
https://github.com/deviantony/docker-elk.git
synced 2026-01-03 19:43:19 +01:00
4 lines
88 B
Docker
4 lines
88 B
Docker
ARG ELASTIC_VERSION
|
|
|
|
FROM docker.elastic.co/beats/metricbeat:${ELASTIC_VERSION:-8.17.2}
|