Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 

16 Zeilen
780 B

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