hotfix: updated explorer docker url on explorer landing page

pull/6176/head
Scott Anderson 2025-06-30 14:32:28 -06:00
parent df323703f3
commit d2f84033dd
1 changed files with 2 additions and 2 deletions

View File

@ -33,14 +33,14 @@ Run the Docker image to start InfluxDB 3 Explorer:
```sh
# Pull the Docker image
docker pull quay.io/influxdb/influxdb3-explorer:latest
docker pull influxdata/influxdb3-ui:{{% latest-patch %}}
# Run the Docker container
docker run --detach \
--name influxdb3-explorer \
--publish 8888:80 \
--publish 8889:8888 \
quay.io/influxdb/influxdb3-explorer:latest \
influxdata/influxdb3-ui:{{% latest-patch %}} \
--mode=admin
```