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
@@ -159,6 +159,9 @@ docker pull \
159
159
--platform linux/arm64 \
160
160
quay.io/influxdb/influxdb3-core:latest
161
161
```
162
+
> [!Note]
163
+
> The {{% product-name %}} Docker image exposes port `8181`, the `influxdb3` server default for HTTP connections.
164
+
> 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/).
Copy file name to clipboardExpand all lines: content/shared/v3-core-get-started/_index.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -170,8 +170,12 @@ To run the [Docker image](/influxdb3/core/install/#docker-image) and persist dat
170
170
-`-v /path/on/host:/path/in/container`: Mounts a directory from your filesystem to the container
171
171
-`--object-store file --data-dir /path/in/container`: Uses the mount for server storage
172
172
173
-
<!--pytest.mark.skip-->
173
+
> [!Note]
174
+
>
175
+
> The {{% product-name %}} Docker image exposes port `8181`, the `influxdb3` server default for HTTP connections.
176
+
> 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