Hi, I’m new to docker and and created three containers (web,db,solr) with cocker-compose.
These containers are linked to each other. E.g. web can connect to solr.
Although I have a port mapping, that the host can reach container “web” on port 80.
Now I want the web container to be able to reach the solr container on localhost:8080.
I need something like the port mapping from container to host between containers.
Is this possible?