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 0c809b1 commit dff7b81Copy full SHA for dff7b81
.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