hotfix(influxdb3): install with docker compose

hotfix-influxdb3
Jason Stirnaman 2025-04-18 17:11:00 -05:00
parent 1ce0c76664
commit 635425e03b
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
```