You've already forked postgres_exporter
mirror of
https://github.com/prometheus-community/postgres_exporter.git
synced 2025-08-11 02:43:02 +03:00
Update Dockerfile with the new port (9187) (#37)
This commit is contained in:
committed by
Will Rouesnel
parent
22534f7cd6
commit
37e6dd3bec
@@ -2,6 +2,6 @@ FROM scratch
|
|||||||
|
|
||||||
COPY postgres_exporter /postgres_exporter
|
COPY postgres_exporter /postgres_exporter
|
||||||
|
|
||||||
EXPOSE 9113
|
EXPOSE 9187
|
||||||
|
|
||||||
ENTRYPOINT [ "/postgres_exporter" ]
|
ENTRYPOINT [ "/postgres_exporter" ]
|
||||||
|
Reference in New Issue
Block a user