Skip to content

Commit

Permalink
Merge pull request #16 from Supporterino/fix/config-dir
Browse files Browse the repository at this point in the history
refactor: ♻️ Move config to config dir
  • Loading branch information
Supporterino authored Mar 5, 2024
2 parents bb87aa8 + daa88d6 commit 0bc09ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM prom/graphite-exporter:v0.15.0

COPY graphite_mapping.conf /tmp/graphite_mapping.conf
COPY graphite_mapping.conf /config/graphite_mapping.conf

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

0 comments on commit 0bc09ff

Please sign in to comment.