Skip to content

Commit 2b40655

Browse files
authored
Merge pull request #5871 from influxdata/docs/v3/docker-port-update-5826
Adding a port exposure note to Core get started page
2 parents fe09b06 + 10bece9 commit 2b40655

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

content/influxdb3/core/install.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,5 +155,8 @@ docker pull \
155155
--platform linux/arm64 \
156156
quay.io/influxdb/influxdb3-core:latest
157157
```
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/).
158161
159162
{{< page-nav next="/influxdb3/core/get-started/" nextText="Get started with InfluxDB 3 Core" >}}

content/shared/v3-core-get-started/_index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,11 @@ To run the [Docker image](/influxdb3/core/install/#docker-image) and persist dat
164164
- `-v /path/on/host:/path/in/container`: Mounts a directory from your filesystem to the container
165165
- `--object-store file --data-dir /path/in/container`: Uses the mount for server storage
166166

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/).
171+
167172
```bash
168173
# FILESYSTEM USING DOCKER
169174
# Create a mount

0 commit comments

Comments
 (0)