Docker compose specify container network as host network
What is the docker compose equivalent of running a docker container with network of container === host network ? docker run --rm -d --network host --name my_nginx nginx Basically, how to specify the --network host inside docker-compose