Why a angular container needs a exposed port to connect?
问题 this is just a question about theory, my app is running perfectly... So, I have 3 services runing with docker-compose: a postgres database , a backend springboot and a frontend angular . From what I know, docker containers can acess ports from other docker containers without the need to expose the port, so there is no need to expose nor bind the ports because they are all containers and can access each other with the default bridge network mode (that's what I learned, don't know if this is