fix(service): ensure configuration changes are properly tracked and dispatched
This commit is contained in:
@@ -19,6 +19,7 @@ class StartService
|
||||
StopService::run(service: $service, dockerCleanup: false);
|
||||
}
|
||||
$service->saveComposeConfigs();
|
||||
$service->isConfigurationChanged(save: true);
|
||||
$commands[] = 'cd '.$service->workdir();
|
||||
$commands[] = "echo 'Saved configuration files to {$service->workdir()}.'";
|
||||
if ($pullLatestImages) {
|
||||
|
||||
Reference in New Issue
Block a user