desenvolvedor-io / dev-store

A microservices e-commerce reference application built with ASP.NET 6
https://devstore.academy
MIT License
1.05k stars 199 forks source link

Wrong syntax in light compose file #28

Closed HaraHeique closed 1 year ago

HaraHeique commented 1 year ago

There is a problem in docker-compose-local-light.yml compose file, that causes unable to run the app. As the image below shows the ports is the main problem.

image

Just remove it and it will run perfectly.

brunobritodev commented 1 year ago

thx