Skip to content

Commit

Permalink
dockefile: expose port 9922
Browse files Browse the repository at this point in the history
Align exposed port-number with default Prometheus-exporter port.

Signed-off-by: Shachar Sharon <[email protected]>
  • Loading branch information
synarete committed Jul 8, 2024
1 parent 0ec9556 commit 52f56aa
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 @@ -27,4 +27,4 @@ FROM quay.io/samba.org/samba-server
COPY --from=builder /workspace/smbmetrics /bin/smbmetrics

ENTRYPOINT ["/bin/smbmetrics"]
EXPOSE 8080
EXPOSE 9922

0 comments on commit 52f56aa

Please sign in to comment.