fix: domains for compose bp

This commit is contained in:
Andras Bacsai
2023-12-15 11:00:51 +01:00
parent ab2f9f073f
commit 3b6d3343c7
2 changed files with 72 additions and 66 deletions

View File

@@ -146,7 +146,6 @@ class General extends Component
$this->parsedServiceDomains[$serviceName]['domain'] = $domain;
$this->application->docker_compose_domains = json_encode($this->parsedServiceDomains);
$this->application->save();
$this->dispatch('success', 'Domain generated.');
}
return $domain;
}