You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For now I've managed to select started services like this
PropertyInfo finfo = typeof(DockerComposeCompositeService).GetProperty("Config", bindingFlags)!;
var config = (DockerComposeConfig)finfo.GetValue(svc);
config.Services = config.Services.ArrayAdd("myservice");
Can a fluent service management be added to the builder?
Thanks
The text was updated successfully, but these errors were encountered:
For now I've managed to select started services like this
The text was updated successfully, but these errors were encountered: