fix: raw compose deployment

This commit is contained in:
Andras Bacsai
2024-03-18 12:40:58 +01:00
parent faa9a982a9
commit 0a6dab1f24
3 changed files with 3 additions and 3 deletions

View File

@@ -752,7 +752,7 @@ class Application extends BaseModel
$type = data_get_str($volume, 'type');
$source = data_get_str($volume, 'source');
}
if ($type->value() === 'bind') {
if ($type?->value() === 'bind') {
if ($source->value() === "/var/run/docker.sock") {
continue;
}