Files
docker-elk/apm-server/Dockerfile
Ismo Vuorinen cbbff74722 Initial commit
2024-05-25 17:44:33 +03:00

6 lines
126 B
Docker

ARG ELK_VERSION
# https://github.com/elastic/apm-server
FROM docker.elastic.co/apm/apm-server:${ELK_VERSION}
ARG ELK_VERSION