diff --git a/Endpoint/Program.cs b/Endpoint/Program.cs index 4a2e108..bebb589 100644 --- a/Endpoint/Program.cs +++ b/Endpoint/Program.cs @@ -69,7 +69,7 @@ public class Program builder.WebHost.ConfigureKestrel(options => { - options.ListenLocalhost( + options.ListenAnyIP( int.Parse(builder.Configuration.GetValue("INTERNAL_PORT") ?? "8080")); });