Skip to content
This repository was archived by the owner on Feb 2, 2021. It is now read-only.

Commit 0f13333

Browse files
Merge pull request #29 from jarretlavallee/fix/master/update_port
Update the graphite port in statsd
2 parents 1f72cee + 4b6de0f commit 0f13333

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

grafana-puppetserver/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
FROM grafana/grafana
22
MAINTAINER Reid Vandewiele <reid@puppet.com>
33

4+
USER root
5+
46
COPY build/* /grafana-puppet/
57
RUN apt-get update && \
68
apt-get -y install curl && \
@@ -9,6 +11,8 @@ RUN apt-get update && \
911
rm -rf /var/lib/apt/lists/* && \
1012
rm -rf /tmp/*
1113

14+
USER grafana
15+
1216
ENTRYPOINT /grafana-puppet/run.sh
1317

1418
LABEL org.label-schema.vendor="Reid Vandewiele" \
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name":"graphite-statsd",
33
"type":"graphite",
4-
"url":"http://graphite-statsd:80",
4+
"url":"http://graphite-statsd:81",
55
"access":"proxy",
66
"basicAuth":false
77
}

0 commit comments

Comments
 (0)