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 85cdd36 commit 5633aa2Copy full SHA for 5633aa2
influxdb/Dockerfile
@@ -1,6 +1,6 @@
1
FROM arm32v7/influxdb:latest
2
3
-RUN echo $INFLUXDB_DATA_FSTAB >> /etc/fstab
+RUN echo $INFLUXDB_DATA_FSTAB >> /etc/fstab
4
5
# The script "my_entrypoint.sh" is an extension of the existing script with extra instructions to mount the usb memory stick.
6
COPY my_entrypoint.sh /entrypoint.sh
0 commit comments