You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/influxdb3/core/install.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -155,5 +155,8 @@ docker pull \
155
155
--platform linux/arm64 \
156
156
quay.io/influxdb/influxdb3-core:latest
157
157
```
158
+
> [!Note]
159
+
> The {{% product-name %}} Docker image exposes port `8181`, the `influxdb3` server default for HTTP connections.
160
+
> To map the exposed port to a different port when running a container, see the Docker guide for [Publishing and exposing ports](https://docs.docker.com/get-started/docker-concepts/running-containers/publishing-ports/).
158
161
159
162
{{< page-nav next="/influxdb3/core/get-started/" nextText="Get started with InfluxDB 3 Core" >}}
Copy file name to clipboardExpand all lines: content/shared/v3-core-get-started/_index.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -164,6 +164,11 @@ To run the [Docker image](/influxdb3/core/install/#docker-image) and persist dat
164
164
-`-v /path/on/host:/path/in/container`: Mounts a directory from your filesystem to the container
165
165
-`--object-store file --data-dir /path/in/container`: Uses the mount for server storage
166
166
167
+
> [!Note]
168
+
>
169
+
> The {{% product-name %}} Docker image exposes port `8181`, the `influxdb3` server default for HTTP connections.
170
+
> To map the exposed port to a different port when running a container, see the Docker guide for [Publishing and exposing ports](https://docs.docker.com/get-started/docker-concepts/running-containers/publishing-ports/).
0 commit comments