Im using docker compose for all my services EXCEPT the server for debugging purposes.
Now, my service that handles multithreading has a function that notifies the server that jobs are done. The problem is that I run the server on the host and that container doesn't have access to the host.
How can I set up the docker-compose network so that the containers can access the host?
Comments
Post a Comment