Custom Container的监听端口一定要和HTTP Server的监听端口一致吗?
2025-04-16 14:21
是的。Custom Container的监听端口(CAPort)默认是9000。如果Custom Container使用默认的监听端口,那么您实现的Custom Container 的HTTP Server监听的端口也必须是9000。 如果Custom Container使用的监听端口是8080,那