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->destination_type = $destination->getMorphClass();
|
||||||
$service->save();
|
$service->save();
|
||||||
|
|
||||||
$service->name = "service-$service->uuid";
|
|
||||||
$service->parse(isNew: true);
|
$service->parse(isNew: true);
|
||||||
if ($instantDeploy) {
|
if ($instantDeploy) {
|
||||||
StartService::dispatch($service);
|
StartService::dispatch($service);
|
||||||
|
Reference in New Issue
Block a user