You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> To generate a trial or home license for InfluxDB 3 in Docker, the first time
382
-
> you start a new instance, provide your email address with the
383
-
> `--license-email` option or the
384
-
> `INFLUXDB3_LICENSE_EMAIL` environment variable to bypass the licensing
385
-
> email prompt--for example, in a Docker Compose file:
386
-
>
387
-
> {{% code-placeholders "EMAIL_ADDRESS" %}}
388
-
> ```yaml
389
-
> # compose.yaml
390
-
> services:
391
-
> influxdb3-{{< product-key >}}:
392
-
> container_name: influxdb3-{{< product-key >}}
393
-
> image: influxdb:3-{{< product-key >}}
394
-
> ports:
395
-
> - 8181:8181
396
-
> command:
397
-
> - influxdb3
398
-
> - serve
399
-
> - --node-id=node0
400
-
> - --object-store=file
401
-
> - --data-dir=/var/lib/influxdb3
402
-
> - --plugins-dir=/var/lib/influxdb3-plugins
403
-
environment:
404
-
> - INFLUXDB3_LICENSE_EMAIL=${EMAIL_ADDRESS}
405
-
> ```
406
-
> {{% /code-placeholders %}}
407
-
> {{% code-placeholder-key %}}`EMAIL_ADDRESS`{{% /code-placeholder-key %}} is
408
-
> the email you want to associate with the license. This example shows how
409
-
> to reference a variable in your `.env` file.
375
+
> To generate the trial or home license in Docker, bypass the email prompt.
376
+
> The first time you start a new instance, provide your email address with the
377
+
> `--license-email` option or the `INFLUXDB3_LICENSE_EMAIL` environment variable.
410
378
>
411
-
> _Currently, if you use the prompt to enter your email address, a bug may
379
+
> _Currently, if you use Docker and enter your email address in the prompt, a bug may
412
380
> prevent the container from generating the license ._
413
381
>
414
-
> For more information, see [Manage your InfluxDB 3 Enterprise license](/influxdb3/enterprise/admin/license/).
382
+
> For more information, see [the Docker Compose example](/influxdb3/enterprise/admin/license/?t=Docker+compose#start-the-server-with-your-license-email).
0 commit comments