mirror of
https://github.com/deviantony/docker-elk.git
synced 2026-01-03 11:38:05 +01:00
5 lines
110 B
Docker
5 lines
110 B
Docker
ARG ELK_VERSION
|
|
|
|
# https://www.docker.elastic.co/
|
|
FROM docker.elastic.co/app-search/app-search:${ELK_VERSION}
|