diff --git a/Moonlight/App/Services/ServerService.cs b/Moonlight/App/Services/ServerService.cs index 4ec10443..c10fc333 100644 --- a/Moonlight/App/Services/ServerService.cs +++ b/Moonlight/App/Services/ServerService.cs @@ -285,7 +285,8 @@ public class ServerService Allocations = freeAllocations.ToList(), Backups = new(), OverrideStartup = "", - DockerImageIndex = image.DockerImages.FindIndex(x => x.Default) + DockerImageIndex = image.DockerImages.FindIndex(x => x.Default), + Installing = true }; foreach (var imageVariable in image.Variables)