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.
1 parent e2d6f49 commit 13e0fc6Copy full SHA for 13e0fc6
docker-compose.yml
@@ -24,12 +24,14 @@ services:
24
DB_PASSWORD: $DB_PASSWORD
25
DB_NAME: $DB_NAME
26
DB_DRIVER: $DB_DRIVER
27
+## Read instructions at https://wodby.com/stacks/drupal/docs/local/xdebug/
28
# PHP_XDEBUG: 1
29
# PHP_XDEBUG_DEFAULT_ENABLE: 1
30
# PHP_XDEBUG_REMOTE_CONNECT_BACK: 0
-# PHP_XDEBUG_REMOTE_HOST: "10.254.254.254"
31
# PHP_IDE_CONFIG: serverName=my-ide
32
-# PHP_BLACKFIRE: 1
+# PHP_XDEBUG_REMOTE_HOST: 172.17.0.1 # Linux
33
+# PHP_XDEBUG_REMOTE_HOST: 10.254.254.254 # macOS
34
+# PHP_XDEBUG_REMOTE_HOST: 10.0.75.1 # Windows
35
volumes:
36
- ./:/var/www/html
37
## For macOS users (https://wodby.com/stacks/drupal/docs/local/docker-for-mac/)
0 commit comments