Merge branch 'v4.x' into allow-dep

This commit is contained in:
Andras Bacsai
2025-10-03 10:57:10 +02:00
committed by GitHub
296 changed files with 18332 additions and 6636 deletions

View File

@@ -64,7 +64,7 @@ class DockerImage extends Component
'health_check_enabled' => false,
]);
$fqdn = generateFqdn($destination->server, $application->uuid);
$fqdn = generateUrl(server: $destination->server, random: $application->uuid);
$application->update([
'name' => 'docker-image-'.$application->uuid,
'fqdn' => $fqdn,