We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b07732c commit 8bef0bfCopy full SHA for 8bef0bf
distributions/otelcol-contrib/Dockerfile
@@ -11,4 +11,4 @@ COPY --chmod=755 otelcol-contrib /otelcol-contrib
11
COPY config.yaml /etc/otelcol-contrib/config.yaml
12
ENTRYPOINT ["/otelcol-contrib"]
13
CMD ["--config", "/etc/otelcol-contrib/config.yaml"]
14
-EXPOSE 4317 55678 55679
+EXPOSE 4317 4318 55678 55679
distributions/otelcol/Dockerfile
@@ -11,4 +11,4 @@ COPY --chmod=755 otelcol /otelcol
COPY config.yaml /etc/otelcol/config.yaml
ENTRYPOINT ["/otelcol"]
CMD ["--config", "/etc/otelcol/config.yaml"]
0 commit comments