Merge pull request #6052 from jonasnoki/patch-1

fix: use correct port in example compose.yaml in install.md
pull/6092/head
Jason Stirnaman 2025-05-23 09:28:52 -05:00 committed by GitHub
commit 9b59cf6262
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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