This commit is contained in:
Andras Bacsai
2024-03-04 09:12:23 +01:00
parent 0aa85a3701
commit 62278126e4
4 changed files with 4 additions and 3 deletions

View File

@@ -1249,7 +1249,6 @@ function parseDockerComposeFile(Service|Application $resource, bool $isNew = fal
// Collect/create/update networks
if ($serviceNetworks->count() > 0) {
foreach ($serviceNetworks as $networkName => $networkDetails) {
ray($networkDetails);
$networkExists = $topLevelNetworks->contains(function ($value, $key) use ($networkName) {
return $value == $networkName || $key == $networkName;
});