Skip to content

Commit 0d3a5ea

Browse files
authored
fix: use correct port in example compose.yaml in install.md
1 parent 6f72ee5 commit 0d3a5ea

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)