Influxdb3 Enterprise at-home with docker

Hi, I upgraded an existing influxdb3 core Installation via docker compose to Enterprise. I skipped the E-Mail Prompt in the compose yaml File. Everything works fine, but: seems I now have the 30 day Trial Version. How can I get a valid license File for a at-home license?

Thanks in advance, Heinz

Checking into this internally.

Add to docker-compose.yml
> environment:

  - INFLUXDB3_ENTERPRISE_LICENSE_EMAIL=XXXX@gmail.com

and

  • –license-type=home

in command section

Thanks for your help. But it is still not working. I tried
–license-type=home in the command section
and
INFLUXDB3_ENTERPRISE_LICENSE_TYPE=home in the environment section

After rebuilding the docker container with docker compose I still have the trial license:

2026-01-17T10:51:01.175316Z INFO influxdb3_enterprise_licensing::trial: License verified
2026-01-17T10:51:01.175356Z INFO influxdb3_enterprise_licensing::trial: Trial Enterprise license verified
2026-01-17T10:51:01.175365Z INFO influxdb3_lib::commands::serve: valid license found, happy data crunching

What else to do?

Thanks in advance,
Heinz