You've already forked postgres_exporter
mirror of
https://github.com/prometheus-community/postgres_exporter.git
synced 2025-11-22 11:02:36 +03:00
8 lines
106 B
Docker
8 lines
106 B
Docker
FROM scratch
|
|
|
|
COPY postgres_exporter /postgres_exporter
|
|
|
|
EXPOSE 9187
|
|
|
|
ENTRYPOINT [ "/postgres_exporter" ]
|