Skip to content

Commit

Permalink
add EXPOSE port 9096 to docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Damien PLENARD committed Aug 15, 2019
1 parent 9642b55 commit 5895ec1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,7 @@ RUN rm -fr /go/src/github.com && \

ENTRYPOINT [ "/usr/bin/influxdb-relay" ]

EXPOSE 9096

CMD [ "-config", "/etc/influxdb-relay/influxdb-relay.conf" ]
# EOF

0 comments on commit 5895ec1

Please sign in to comment.