custom-prometheus-exporter icon indicating copy to clipboard operation
custom-prometheus-exporter copied to clipboard

docker-compose example

Open marchandpatrick opened this issue 3 years ago • 0 comments

Could you provide a docker-compose.yml example file to launch a service,

ie to implement docker run --rm
--name custom-prometheus-exporter -p 12345:12345
-v $(pwd)/example-configurations/test-exporter.yaml:/tmp/test-exporter.yaml
marckhouzam/custom-prometheus-exporter -f /tmp/test-exporter.yaml

I can't figure out how to deal with -f /tmp/test-exporter.yaml

marchandpatrick avatar Mar 10 '21 19:03 marchandpatrick