fix(core): compose parsing for apps
This commit is contained in:
parent
1799081ebd
commit
8c937156c5
1 changed files with 0 additions and 1 deletions
|
|
@ -2872,7 +2872,6 @@ function parseDockerComposeFile(Service|Application $resource, bool $isNew = fal
|
|||
data_forget($service, 'volumes.*.is_directory');
|
||||
data_forget($service, 'exclude_from_hc');
|
||||
data_set($service, 'environment', $serviceVariables->toArray());
|
||||
updateCompose($service);
|
||||
|
||||
return $service;
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue