Merge pull request #5341 from plumelo/feat/application-docker-compose-name

fix(api): use name from request payload
This commit is contained in:
Andras Bacsai
2025-03-18 10:38:37 +01:00
committed by GitHub

View File

@@ -1310,7 +1310,6 @@ class ApplicationsController extends Controller
$service->destination_type = $destination->getMorphClass();
$service->save();
$service->name = "service-$service->uuid";
$service->parse(isNew: true);
if ($instantDeploy) {
StartService::dispatch($service);