Merge pull request #6173 from influxdata/explorer-ga

InfluxDB 3 Explorer GA
pull/6180/head^2
Jason Stirnaman 2025-06-30 15:02:14 -05:00 committed by GitHub
commit c53c4f3a71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 6 deletions

View File

@ -33,7 +33,7 @@ Use [Docker](https://docker.com) to install and run **InfluxDB 3 Explorer**.
2. **Pull the {{% product-name %}} Docker image**
```bash
docker pull quay.io/influxdb/influxdb3-explorer:latest
docker pull influxdb/influxdb3-explorer:latest
```
3. **Create local directories** _(optional)_
@ -87,7 +87,7 @@ Use [Docker](https://docker.com) to install and run **InfluxDB 3 Explorer**.
--volume $(pwd)/config:/app-root/config:ro \
--volume $(pwd)/db:/db:rw \
--volume $(pwd)/ssl:/etc/nginx/ssl:ro \
quay.io/influxdb/influxdb3-explorer:latest \
influxdb/influxdb3-explorer:latest \
--mode=admin
```
@ -220,7 +220,7 @@ docker run --detach \
# ...
--volume $(pwd)/db:/custom/db-path:rw \
--env DATABASE_URL=/custom/db-path/sqlite.db \
quay.io/influxdb/influxdb3-explorer:latest
influxdb/influxdb3-explorer:latest
```
{{% /expand %}}
{{< /expand-wrapper >}}
@ -238,7 +238,7 @@ uses a random 32-byte hex string as the session secret key.
docker run --detach \
# ...
--env SESSION_SECRET_KEY=xxX0Xx000xX0XxxxX0Xx000xX0XxX00x \
quay.io/influxdb/influxdb3-explorer:latest
influxdb/influxdb3-explorer:latest
```
{{% /expand %}}
{{< /expand-wrapper >}}
@ -264,7 +264,7 @@ docker run --detach \
# ...
--volume $(pwd)/ssl:/custom/ssl:ro \
--env SSL_CERT_PATH=/custom/ssl/cert.pem \
quay.io/influxdb/influxdb3-explorer:latest
influxdb/influxdb3-explorer:latest
```
{{% /expand %}}
{{< /expand-wrapper >}}
@ -283,7 +283,7 @@ docker run --detach \
# ...
--volume $(pwd)/ssl:/custom/ssl:ro \
--env SSL_KEY_PATH=/custom/ssl/key.pem \
quay.io/influxdb/influxdb3-explorer:latest
influxdb/influxdb3-explorer:latest
```
{{% /expand %}}
{{< /expand-wrapper >}}