Merge pull request #5341 from plumelo/feat/application-docker-compose-name
fix(api): use name from request payload
This commit is contained in:
commit
b888d86d90
1 changed files with 0 additions and 1 deletions
|
|
@ -1310,7 +1310,6 @@ private function create_application(Request $request, $type)
|
|||
$service->destination_type = $destination->getMorphClass();
|
||||
$service->save();
|
||||
|
||||
$service->name = "service-$service->uuid";
|
||||
$service->parse(isNew: true);
|
||||
if ($instantDeploy) {
|
||||
StartService::dispatch($service);
|
||||
|
|
|
|||
Loading…
Reference in a new issue