We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cae4194 commit 395ac63Copy full SHA for 395ac63
3 files changed
grafana/rootfs/Dockerfile
@@ -18,5 +18,3 @@ RUN apt-get update \
18
WORKDIR /usr/share/grafana
19
CMD ["./start-grafana"]
20
EXPOSE 3000
21
-
22
-ENV WORKFLOW_RELEASE 2.0.0
influxdb/rootfs/Dockerfile
@@ -31,5 +31,3 @@ EXPOSE 8083
31
EXPOSE 8084
32
# Expose the http api port
33
EXPOSE 8086
34
35
telegraf/rootfs/Dockerfile
@@ -9,5 +9,3 @@ RUN mkdir -p /usr/local/bin/ \
9
&& chmod +x /usr/bin/envtpl
10
11
CMD ["/start-telegraf"]
12
13
0 commit comments