We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df32370 commit d2f8403Copy full SHA for d2f8403
content/influxdb3/explorer/_index.md
@@ -33,14 +33,14 @@ Run the Docker image to start InfluxDB 3 Explorer:
33
34
```sh
35
# Pull the Docker image
36
-docker pull quay.io/influxdb/influxdb3-explorer:latest
+docker pull influxdata/influxdb3-ui:{{% latest-patch %}}
37
38
# Run the Docker container
39
docker run --detach \
40
--name influxdb3-explorer \
41
--publish 8888:80 \
42
--publish 8889:8888 \
43
- quay.io/influxdb/influxdb3-explorer:latest \
+ influxdata/influxdb3-ui:{{% latest-patch %}} \
44
--mode=admin
45
```
46
0 commit comments