We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9615d2 commit b6f81b1Copy full SHA for b6f81b1
.templates/telegraf/Dockerfile
@@ -17,4 +17,7 @@ COPY ${IOTSTACK_ENTRY_POINT} /${IOTSTACK_ENTRY_POINT}
17
RUN chmod 755 /${IOTSTACK_ENTRY_POINT}
18
ENV IOTSTACK_ENTRY_POINT=
19
20
+# IOTstack declares this path for persistent storage
21
+VOLUME ["/etc/telegraf"]
22
+
23
# EOF
0 commit comments