Skip to content

Commit d2f8403

Browse files
committed
hotfix: updated explorer docker url on explorer landing page
1 parent df32370 commit d2f8403

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/influxdb3/explorer/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ Run the Docker image to start InfluxDB 3 Explorer:
3333

3434
```sh
3535
# Pull the Docker image
36-
docker pull quay.io/influxdb/influxdb3-explorer:latest
36+
docker pull influxdata/influxdb3-ui:{{% latest-patch %}}
3737

3838
# Run the Docker container
3939
docker run --detach \
4040
--name influxdb3-explorer \
4141
--publish 8888:80 \
4242
--publish 8889:8888 \
43-
quay.io/influxdb/influxdb3-explorer:latest \
43+
influxdata/influxdb3-ui:{{% latest-patch %}} \
4444
--mode=admin
4545
```
4646

0 commit comments

Comments
 (0)