Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Dockerfile 来部署我的应用程序。我有一个带有端口 4432 的 EXPOSE 指令。
当我部署 using git push deis masteror deis pull my-docker-imagedays 返回一条成功消息,显示我的应用程序的域名(deis logs也显示服务运行良好)。但是,当使用此域名并导航到有效路径时,浏览器似乎会挂起。
git push deis master
deis pull my-docker-image
deis logs
我在这里阅读了 Deis-P在幕后使用的信息,所以我的问题是如何获取运行我的应用程序的端口?
-P
事实证明,Deis 自动映射到端口 80,由于不相关的原因,它对我不起作用(其他地方的错误)