Merge pull request #6004 from influxdata/hotfix-influxdb3

hotfix(influxdb3): install, run with docker compose
pull/5995/head^2
Jason Stirnaman 2025-04-18 17:28:22 -05:00 committed by GitHub
commit 707aefa198
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 4 deletions

View File

@ -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
```

View File

@ -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
```