docker-compose example
marchandpatrick opened this issue · 0 comments
marchandpatrick commented
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