mirror of
https://github.com/hyperdxio/hyperdx
synced 2026-04-21 13:37:15 +00:00
10 lines
367 B
Docker
10 lines
367 B
Docker
## base #############################################################################################
|
|
FROM otel/opentelemetry-collector-contrib:0.83.0 AS base
|
|
|
|
|
|
## dev #############################################################################################
|
|
FROM base as dev
|
|
|
|
COPY ./config.yaml /etc/otelcol-contrib/config.yaml
|
|
|
|
EXPOSE 1888 4317 4318 55679 13133
|