We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6c4794 commit 93dae6cCopy full SHA for 93dae6c
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