Skip to content

Commit dff7b81

Browse files
committed
Declare internal path as appropriate for external mapped volume
1 parent 0c809b1 commit dff7b81

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.templates/telegraf/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,7 @@ COPY ${IOTSTACK_ENTRY_POINT} /${IOTSTACK_ENTRY_POINT}
1717
RUN chmod 755 /${IOTSTACK_ENTRY_POINT}
1818
ENV IOTSTACK_ENTRY_POINT=
1919

20+
# IOTstack declares this path for persistent storage
21+
VOLUME ["/etc/telegraf"]
22+
2023
# EOF

0 commit comments

Comments
 (0)