简体   繁体   中英

Azure docker compose

I need some help.

I tried to start multiple docker containers with different prots by docker-compose on Azure AppService. Why is app service doesn't set ports from docker-compose settings and set random ports? Why ports which set app service also not working ? I can't open this https://myapp:5110, https://myapp:5120 and also can't open https://myapp:2315

That's my docker-compose settings file That's azure app service log

应用服务仅侦听端口 80 和 8080。如果需要公开多个容器,则需要向 Docker Compose 文件添加和配置反向代理,使其侦听端口 80 并将流量路由到容器。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM