Skip to content

Commit 5633aa2

Browse files
committed
new environment variable INFLUXDB_DATA_FSTAB
1 parent 85cdd36 commit 5633aa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

influxdb/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM arm32v7/influxdb:latest
22

3-
RUN echo $INFLUXDB_DATA_FSTAB >> /etc/fstab
3+
RUN echo $INFLUXDB_DATA_FSTAB >> /etc/fstab
44

55
# The script "my_entrypoint.sh" is an extension of the existing script with extra instructions to mount the usb memory stick.
66
COPY my_entrypoint.sh /entrypoint.sh

0 commit comments

Comments
 (0)