Merge pull request #6052 from jonasnoki/patch-1
fix: use correct port in example compose.yaml in install.mdapi-query-examples
commit
9b59cf6262
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue