From 3f656c9df9d16143aa3da46c2df2a580c405c40e Mon Sep 17 00:00:00 2001 From: jonasnoki Date: Mon, 12 May 2025 12:14:44 +0200 Subject: [PATCH] fix: use correct port in example compose.yaml in install.md --- content/influxdb3/core/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/influxdb3/core/install.md b/content/influxdb3/core/install.md index 6b6bf6540..08535f63a 100644 --- a/content/influxdb3/core/install.md +++ b/content/influxdb3/core/install.md @@ -175,7 +175,7 @@ influxdb:3-{{< product-key >}} container_name: influxdb3-{{< product-key >}} image: influxdb:3-{{< product-key >}} ports: - - 9999:9999 + - 8181:8181 command: - influxdb3 - serve