Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 254 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 254 Bytes

Health Exporter



docker

docker image build -t health-exporter:1.1.1 .

docker run -d -p 1234:1234 health-exporter:1.1.1

docker run -d -e EXPORTER_CONFIG_PATH='/home/config.yml' -p 1234:1234 health-exporter:1.1.1