mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
feat: add custom container name prefix option
This commit is contained in:
parent
596f8bcf97
commit
a5599da836
1 changed files with 1 additions and 1 deletions
|
|
@ -189,7 +189,7 @@ function generateApplicationContainerName(Application $application, $pull_reques
|
|||
return $application->uuid;
|
||||
}
|
||||
|
||||
// Use custom prefix if set, otherwise use uuid
|
||||
|
||||
$prefix = $custom_container_name_prefix ?? $application->uuid;
|
||||
|
||||
return $prefix.'-'.$now;
|
||||
|
|
|
|||
Loading…
Reference in a new issue