|
- # For docker-toolbox users; Docker has not yet supported the "host.docker.internal"
- # convention that is used from ddev v0.18.0. But if you add this file as
- # .ddev/docker-compose.xdebug.yaml it should sort that out.
- # Note that the IP address in your environment might not be 192.168.99.1,
- # Find out what address to use with "docker-machine ip default"
- # It will probably give 192.168.99.100.
- # Replace the last digit of the ip with "1", so 192.168.99.100 becomes 192.168.99.1
- version: "3.6"
- services:
- web:
- extra_hosts:
- - "host.docker.internal:192.168.65.254"
- # Find out what address to use with "docker-machine ip default"
- # It will probably give 192.168.99.100.
- # Replace the last digit of the ip with "1", so 192.168.99.100 becomes 192.168.99.1
|