bdoyle0182 commented on code in PR #5551: URL: https://github.com/apache/openwhisk/pull/5551#discussion_r2441522676
########## core/controller/src/main/resources/application.conf: ########## @@ -17,15 +17,19 @@ # common logging configuration see common scala include "logging" -include "akka-http-version" +include "pekko-http-version" -# http://doc.akka.io/docs/akka-http/current/scala/http/configuration.html +# https://pekko.apache.org/docs/pekko-http/current/configuration.html # descriptions inlined below for convenience -akka.http { +pekko.http { server { + # Bind to all interfaces in containerized environments + bind-host = "0.0.0.0" + default-http-port = 10001 Review Comment: Not sure I understand the question, I know that in the ansible it increments the port -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
