From 635425e03baa21dd6dd862a9d647f9fa6bbb9dab Mon Sep 17 00:00:00 2001 From: Jason Stirnaman Date: Fri, 18 Apr 2025 17:11:00 -0500 Subject: [PATCH] hotfix(influxdb3): install with docker compose --- content/influxdb3/core/install.md | 3 +-- content/influxdb3/enterprise/install.md | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/content/influxdb3/core/install.md b/content/influxdb3/core/install.md index 657226893..314bfccfe 100644 --- a/content/influxdb3/core/install.md +++ b/content/influxdb3/core/install.md @@ -170,7 +170,7 @@ quay.io/influxdb/influxdb3-{{< product-key >}}:latest ```yaml # compose.yaml - services + services: influxdb3-{{< product-key >}}: container_name: influxdb3-{{< product-key >}} image: quay.io/influxdb/influxdb3-{{< product-key >}}:latest @@ -179,7 +179,6 @@ quay.io/influxdb/influxdb3-{{< product-key >}}:latest command: - serve - --node-id=node0 - - --log-filter=debug - --object-store=file - --data-dir=/var/lib/influxdb3 ``` diff --git a/content/influxdb3/enterprise/install.md b/content/influxdb3/enterprise/install.md index 913799a24..eec8bd16d 100644 --- a/content/influxdb3/enterprise/install.md +++ b/content/influxdb3/enterprise/install.md @@ -170,7 +170,7 @@ quay.io/influxdb/influxdb3-{{< product-key >}}:latest ```yaml # compose.yaml - services + services: influxdb3-{{< product-key >}}: container_name: influxdb3-{{< product-key >}} image: quay.io/influxdb/influxdb3-{{< product-key >}}:latest @@ -179,7 +179,7 @@ quay.io/influxdb/influxdb3-{{< product-key >}}:latest command: - serve - --node-id=node0 - - --log-filter=debug + - --cluster-id=cluster0 - --object-store=file - --data-dir=/var/lib/influxdb3 ```