Skip to content

Commit

Permalink
feat: docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
wexder committed Dec 23, 2023
1 parent 53f2fd9 commit d109a7c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM prom/graphite-exporter:latest

COPY graphite_mapping.conf /tmp/graphite_mapping.conf

ENTRYPOINT ["/bin/graphite_exporter", "--graphite.mapping-config=/tmp/graphite_mapping.conf"]

0 comments on commit d109a7c

Please sign in to comment.