fix: directory will be created by default for compose host mounts

This commit is contained in:
Andras Bacsai
2024-07-22 15:10:07 +02:00
parent b68199a482
commit 320204d854
3 changed files with 9 additions and 1 deletions

View File

@@ -1735,6 +1735,7 @@ function parseDockerComposeFile(Service|Application $resource, bool $isNew = fal
if (is_array($volume)) {
return data_get($volume, 'source');
}
dispatch(new ServerFilesFromServerJob($resource));
return $volume->value();
});