fix: service volume read from filesystem
fix: edit compose moved to dialog
This commit is contained in:
@@ -196,6 +196,12 @@ class Service extends BaseModel
|
||||
}
|
||||
}
|
||||
|
||||
// Check if image changed
|
||||
if ($savedService->image !== $image) {
|
||||
$savedService->image = $image;
|
||||
$savedService->save();
|
||||
}
|
||||
|
||||
// Collect/create/update networks
|
||||
if ($serviceNetworks->count() > 0) {
|
||||
foreach ($serviceNetworks as $networkName => $networkDetails) {
|
||||
|
||||
Reference in New Issue
Block a user