|
|
|
@ -62,7 +62,7 @@ namespace Microsoft.Tye.Hosting |
|
|
|
|
|
|
|
// Inject a proxy per non-container service. This allows the container to use normal host names within the
|
|
|
|
// container network to talk to services on the host
|
|
|
|
var proxyContainer = new DockerRunInfo($"mcr.microsoft.com/dotnet/core/sdk:3.1", "dotnet Microsoft.Tye.Proxy.dll") |
|
|
|
var proxyContainer = new DockerRunInfo($"mcr.microsoft.com/dotnet/sdk:6.0", "dotnet Microsoft.Tye.Proxy.dll") |
|
|
|
{ |
|
|
|
WorkingDirectory = "/app", |
|
|
|
NetworkAlias = service.Description.Name, |
|
|
|
|