Closed
Description
Describe the feature you would like to see
In some cases, setting the name of the container through Docker (via --name
or container_name
) is not possible. For instance, using Coolify, you can customize container names but if you do so, you lose the rolling update feature, so container names usually are randomized slugs.
Describe how you would like to see this feature implemented
Since we already have dev.dozzle.group
as a possible label to define the name of a group, why not introduce a dev.dozzle.name
label as well, that if defined for a given container, would supersede its actual name within Dozzle?