We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e3551c commit 822360cCopy full SHA for 822360c
cmd/ingester/Dockerfile
@@ -5,6 +5,7 @@ FROM scratch
5
6
COPY --from=certs /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
7
8
-EXPOSE 14267
+EXPOSE 14270
9
+EXPOSE 14271
10
COPY ingester-linux /go/bin/
11
ENTRYPOINT ["/go/bin/ingester-linux"]
0 commit comments