Donate. I desperately need donations to survive due to my health

Get paid by answering surveys Click here

Click here to donate

Remote/Work from Home jobs

Make host available to containers docker-compose

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