Nginx does not redirect to .net core API

前端 未结 0 1727
耶瑟儿~
耶瑟儿~ 2020-12-23 02:07

I have docker-compose file like that:

services: 
  apigateway:
    build: API/
    ports: 
      - 4000:80
    restart: on-failure
  nginx:
      image: nginx         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题