@@ -33,7 +33,7 @@ Use [Docker](https://docker.com) to install and run **InfluxDB 3 Explorer**.
33
33
2 . ** Pull the {{% product-name %}} Docker image**
34
34
35
35
``` bash
36
- docker pull influxdb /influxdb3-explorer: latest
36
+ influxdata /influxdb3-ui:{{% latest-patch %}}
37
37
```
38
38
39
39
3. ** Create local directories** _(optional)_
@@ -87,7 +87,7 @@ Use [Docker](https://docker.com) to install and run **InfluxDB 3 Explorer**.
87
87
--volume $( pwd) /config:/app-root/config:ro \
88
88
--volume $( pwd) /db:/db:rw \
89
89
--volume $( pwd) /ssl:/etc/nginx/ssl:ro \
90
- influxdb /influxdb3-explorer: latest \
90
+ influxdata /influxdb3-ui:{{% latest-patch %}} \
91
91
--mode=admin
92
92
` ` `
93
93
@@ -220,7 +220,7 @@ docker run --detach \
220
220
# ...
221
221
--volume $( pwd) /db:/custom/db-path:rw \
222
222
--env DATABASE_URL=/custom/db-path/sqlite.db \
223
- influxdb /influxdb3-explorer: latest
223
+ influxdata /influxdb3-ui:{{% latest-patch %}}
224
224
` ` `
225
225
{{% /expand %}}
226
226
{{< /expand-wrapper > }}
@@ -238,7 +238,7 @@ uses a random 32-byte hex string as the session secret key.
238
238
docker run --detach \
239
239
# ...
240
240
--env SESSION_SECRET_KEY=xxX0Xx000xX0XxxxX0Xx000xX0XxX00x \
241
- influxdb /influxdb3-explorer: latest
241
+ influxdata /influxdb3-ui:{{% latest-patch %}}
242
242
` ` `
243
243
{{% /expand %}}
244
244
{{< /expand-wrapper > }}
@@ -264,7 +264,7 @@ docker run --detach \
264
264
# ...
265
265
--volume $( pwd) /ssl:/custom/ssl:ro \
266
266
--env SSL_CERT_PATH=/custom/ssl/cert.pem \
267
- influxdb /influxdb3-explorer: latest
267
+ influxdata /influxdb3-ui:{{% latest-patch %}}
268
268
` ` `
269
269
{{% /expand %}}
270
270
{{< /expand-wrapper > }}
@@ -283,7 +283,7 @@ docker run --detach \
283
283
# ...
284
284
--volume $( pwd) /ssl:/custom/ssl:ro \
285
285
--env SSL_KEY_PATH=/custom/ssl/key.pem \
286
- influxdb /influxdb3-explorer: latest
286
+ influxdata /influxdb3-ui:{{% latest-patch %}}
287
287
` ` `
288
288
{{% /expand %}}
289
289
{{< /expand-wrapper > }}
0 commit comments