We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ca52a85 + a5926e1 commit ec113c9Copy full SHA for ec113c9
scaffold/optional/docker-compose.linux.yml
@@ -44,7 +44,8 @@ services:
44
- ${XDG_RUNTIME_DIR}/keyring:/ssh
45
networks:
46
- default
47
-
+ extra_hosts:
48
+ - host.docker.internal:host-gateway
49
db:
50
image: mariadb
51
environment:
scaffold/optional/docker/xdebug.ini
@@ -1,8 +1,6 @@
1
zend_extension=xdebug.so
2
xdebug.max_nesting_level=500
3
-xdebug.remote_enable=1
4
-xdebug.remote_handler=dbgp
5
-xdebug.remote_mode=req
6
-xdebug.remote_port=9000
7
-xdebug.remote_connect_back=1
8
-xdebug.idekey=PHPSTORM
+xdebug.mode=debug,develop
+xdebug.start_with_request=yes
+xdebug.client_host=host.docker.internal
+xdebug.client_discovery_header=HTTP_X_FORWARDED_FOR,REMOTE_ADDR
0 commit comments