diff --git a/app/Services/Servers/ServerConfigurationStructureService.php b/app/Services/Servers/ServerConfigurationStructureService.php index 7b06aca36..535f4b439 100644 --- a/app/Services/Servers/ServerConfigurationStructureService.php +++ b/app/Services/Servers/ServerConfigurationStructureService.php @@ -61,7 +61,7 @@ class ServerConfigurationStructureService 'disk_space' => $server->disk, // This field is deprecated — use "oom_killer". 'oom_disabled' => !$server->oom_killer, - 'oom_killer' => !$server->oom_killer, + 'oom_killer' => $server->oom_killer, ], 'container' => [ 'image' => $server->image,