Skip to content

Commit 9b59cf6

Browse files
authored
Merge pull request #6052 from jonasnoki/patch-1
fix: use correct port in example compose.yaml in install.md
2 parents 7f278b0 + 2dbe5f7 commit 9b59cf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/influxdb3/core/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ influxdb:3-{{< product-key >}}
175175
container_name: influxdb3-{{< product-key >}}
176176
image: influxdb:3-{{< product-key >}}
177177
ports:
178-
- 9999:9999
178+
- 8181:8181
179179
command:
180180
- influxdb3
181181
- serve

0 commit comments

Comments
 (0)