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