Skip to content

Commit

Permalink
fix(core): compose parsing for apps
Browse files Browse the repository at this point in the history
  • Loading branch information
andrasbacsai committed Jan 21, 2025
1 parent 1799081 commit 8c93715
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bootstrap/helpers/shared.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
});
Expand Down

0 comments on commit 8c93715

Please sign in to comment.