1 instantiation of new
Aspire.Hosting.Docker (1)
DockerComposePublishingContext.cs (1)
217
composeService.AddConfig(
new
()
2 references to new
Aspire.Hosting.Docker (2)
Resources\ComposeNodes\Service.cs (2)
410
public List<
ConfigReference
> Configs { get; set; } = [];
517
public Service AddConfig(
ConfigReference
config)