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 c5ed113 commit 9ed1af7Copy full SHA for 9ed1af7
Dockerfile
@@ -90,9 +90,9 @@ COPY docker/entrypoint.sh /usr/bin/entrypoint.sh
90
91
EXPOSE 8181
92
93
-# TODO: Make this and other env vars not specific to IOx
94
-ENV INFLUXDB_IOX_OBJECT_STORE=file
95
-ENV INFLUXDB_IOX_DB_DIR=/var/lib/influxdb3
+# By default, uses a file-based object store:
+ENV INFLUXDB3_OBJECT_STORE=file
+ENV INFLUXDB3_DB_DIR=/var/lib/influxdb3
96
ENV LOG_FILTER=info
97
98
ENTRYPOINT ["/usr/bin/entrypoint.sh"]
0 commit comments