fix: use correct port in example compose.yaml in install.md

api-query-examples
jonasnoki 2025-05-12 12:14:44 +02:00 committed by Jason Stirnaman
parent b8d4dfcc36
commit 3f656c9df9
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ influxdb:3-{{< product-key >}}
container_name: influxdb3-{{< product-key >}} container_name: influxdb3-{{< product-key >}}
image: influxdb:3-{{< product-key >}} image: influxdb:3-{{< product-key >}}
ports: ports:
- 9999:9999 - 8181:8181
command: command:
- influxdb3 - influxdb3
- serve - serve