I’m using a window 10 machine with docker for windows installed in it.
When I run containers using docker compose:
version: '2'
services:
service_a:
build: .
container_name: docker
It creates a network default,
But the container has IP 172.18.0.4, and I can’t connect to 172.18.0.4 from host.
How can I access this container from host machine?