unable to reverse proxy with docker-compose , nginx, .net 8 in azure app service
utilizing the basic weather forecast asp.net 8 basic starter project, i am trying to setup a nginx reverse proxy utilizing docker-compose in an azure app service. I am utilizing 2 services in the docker container, 1 for nginx (loadbalancertest2) and 1 for asp.net core 8 (api)