mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-08-03 15:32:50 +02:00
8 lines
271 B
Docker
8 lines
271 B
Docker
# Copyright The OpenTelemetry Authors
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
FROM otel/opentelemetry-collector:0.123.0@sha256:c8e36258c1b26927fb7b05c5186b90e9c3d77315efc24f65d6fddec1c14b60b3
|
|
COPY . .
|
|
CMD ["--config", "/otel-cpp/otel-config.yaml"]
|
|
EXPOSE 4317
|
|
EXPOSE 4318
|