mirror of
https://github.com/prometheus-community/postgres_exporter
synced 2025-01-27 16:43:08 +00:00
Update Dockerfile with the new port (9187) (#37)
This commit is contained in:
parent
22534f7cd6
commit
37e6dd3bec
@ -2,6 +2,6 @@ FROM scratch
|
||||
|
||||
COPY postgres_exporter /postgres_exporter
|
||||
|
||||
EXPOSE 9113
|
||||
EXPOSE 9187
|
||||
|
||||
ENTRYPOINT [ "/postgres_exporter" ]
|
||||
|
Loading…
Reference in New Issue
Block a user