Skip to content

Commit

Permalink
chore: collect/create/update volumes in parseDockerComposeFile function
Browse files Browse the repository at this point in the history
  • Loading branch information
andrasbacsai committed Jul 26, 2024
1 parent d6fb54f commit 04379b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bootstrap/helpers/shared.php
Original file line number Diff line number Diff line change
Expand Up @@ -964,6 +964,7 @@ function parseDockerComposeFile(Service|Application $resource, bool $isNew = fal
data_set($service, 'networks', $networks->toArray());
}

// Collect/create/update volumes
if ($serviceVolumes->count() > 0) {
$serviceVolumes = $serviceVolumes->map(function ($volume) use ($savedService, $topLevelVolumes) {
$type = null;
Expand Down

0 comments on commit 04379b7

Please sign in to comment.