Skip to content

Commit 8bef0bf

Browse files
authored
fix: add missing http ports to dockerfile expose statements (#702)
Signed-off-by: Moritz Wiesinger <[email protected]>
1 parent b07732c commit 8bef0bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

distributions/otelcol-contrib/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ COPY --chmod=755 otelcol-contrib /otelcol-contrib
1111
COPY config.yaml /etc/otelcol-contrib/config.yaml
1212
ENTRYPOINT ["/otelcol-contrib"]
1313
CMD ["--config", "/etc/otelcol-contrib/config.yaml"]
14-
EXPOSE 4317 55678 55679
14+
EXPOSE 4317 4318 55678 55679

distributions/otelcol/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ COPY --chmod=755 otelcol /otelcol
1111
COPY config.yaml /etc/otelcol/config.yaml
1212
ENTRYPOINT ["/otelcol"]
1313
CMD ["--config", "/etc/otelcol/config.yaml"]
14-
EXPOSE 4317 55678 55679
14+
EXPOSE 4317 4318 55678 55679

0 commit comments

Comments
 (0)