1 reference to ContainerHostName
Aspire.Hosting (1)
Dcp\DcpExecutor.cs (1)
105
private string DefaultContainerHostName => _configuration["AppHost:ContainerHostname"] ?? _dcpInfo?.Containers?.
ContainerHostName
?? "host.docker.internal";