We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1bdba7 commit 899e233Copy full SHA for 899e233
agent/handlers/introspection_server_setup.go
@@ -56,7 +56,7 @@ func introspectionServerSetup(containerInstanceArn *string, taskEngine handlersu
56
loggingServeMux.Handle("/", LoggingHandler{serverMux})
57
58
server := &http.Server{
59
- Addr: ":" + strconv.Itoa(config.AgentIntrospectionPort),
+ Addr: "127.0.0.1:" + strconv.Itoa(config.AgentIntrospectionPort),
60
Handler: loggingServeMux,
61
ReadTimeout: readTimeout,
62
WriteTimeout: writeTimeout,
0 commit comments