Skip to content

Commit

Permalink
Merge pull request #2 from wexder/feature/docker-image
Browse files Browse the repository at this point in the history
feat: docker image
  • Loading branch information
Supporterino authored Dec 23, 2023
2 parents 53f2fd9 + d109a7c commit d8dc9de
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 d8dc9de

Please sign in to comment.