소스 검색

Fix Xdebug on Linux #797

Mark Shust 2 년 전
부모
커밋
42d0d6d1e4
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      compose/compose.yaml

+ 2 - 0
compose/compose.yaml

@@ -28,6 +28,8 @@ services:
     #extra_hosts: &appextrahosts
       ## Selenium support, replace "magento.test" with URL of your site
       #- "magento.test:172.17.0.1"
+      ## Linux, uncomment for Xdebug capabilities:
+      #- "host.docker.internal:host-gateway"
 
   phpfpm:
     image: markoshust/magento-php:8.1-fpm-1