Merge pull request #5341 from plumelo/feat/application-docker-compose-name
fix(api): use name from request payload
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user