docker notes
Errors
Failed to connect to host.docker.internal
why trying to connect to local machine from docker container make sure:
yaml title="docker-compose.yml"
services: my-service: extra_hosts: - “host.docker.internal:host-gateway”
why trying to connect to local machine from docker container make sure:
yaml title="docker-compose.yml"
services: my-service: extra_hosts: - “host.docker.internal:host-gateway”