Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#syntax=docker/dockerfile:1.2
ARG RUST_VERSION=1.85
ARG RUST_VERSION=1.88
FROM rust:${RUST_VERSION}-slim-bookworm as build

# cache mounts below may already exist and owned by root
Expand Down Expand Up @@ -92,9 +92,6 @@ COPY docker/entrypoint.sh /usr/bin/entrypoint.sh

EXPOSE 8181

# By default, uses a file-based object store:
ENV INFLUXDB3_OBJECT_STORE=file
ENV INFLUXDB3_DB_DIR=/var/lib/influxdb3
ENV LOG_FILTER=info

ENTRYPOINT ["/usr/bin/entrypoint.sh"]
Expand Down