Skip to content

Commit

Permalink
Change EXPOSE port to default port
Browse files Browse the repository at this point in the history
Fixes #126
  • Loading branch information
jacksontj committed Feb 15, 2019
1 parent 7605b38 commit 851bf2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN cd /go/src/github.com/jacksontj/promxy/cmd/remote_write_exporter && CGO_ENAB

FROM scratch
MAINTAINER Thomas Jackson <jacksontj.89@gmail.com>
EXPOSE 8081
EXPOSE 8082

COPY --from=builder /go/src/github.com/jacksontj/promxy/cmd/promxy/promxy /bin/promxy
COPY --from=builder /go/src/github.com/jacksontj/promxy/cmd/remote_write_exporter/remote_write_exporter /bin/remote_write_exporter
Expand Down

0 comments on commit 851bf2d

Please sign in to comment.