无法通过本地网络访问Rabbitmq管理门户docker安装

问题描述

我已使用以下命令将docker安装在本地计算机上

user.py: @app.route('/<custom:user>') (determines request contains name or id in database) @app.route('/<profile>') def bp_user.user(user): ... search.py: @app.route('/<custom:query>') (determines request is a search query) def bp_search.search(query): ...

安装没有问题,我可以使用docker run -d --name some-rabbit -p 5672:5672 -p 5673:5673 -p 15672:15672 rabbitmq:3-management localhost来访问本地计算机上的Rabbitmq管理控制台

ip addresshttp://localhost:15672/

这两个URL在安装http://192.168.1.111:15672/#/的计算机上都可以正常工作。

现在,我想从同一网络中的其他计算机(IP地址RabbitMQ)访问此管理控制台。

当我尝试使用192.168.1.116地址访问management console时,出现以下错误:-

IP (192.168.1.111)

我已验证计算机可以访问,并且能够从This site can't be reached. 192.168.1.111 took too long to respond. Try: Checking the connection Checking the proxy and the firewall ERR_CONNECTION_TIMED_OUT ping 192.168.1.111(通过docker安装RabbitMQ的计算机)

以下是docker安装的详细信息

192.168.1.116

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)