Skip to content

Commit 13e0fc6

Browse files
committed
Update default env vars for xdebug
1 parent e2d6f49 commit 13e0fc6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docker-compose.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,14 @@ services:
2424
DB_PASSWORD: $DB_PASSWORD
2525
DB_NAME: $DB_NAME
2626
DB_DRIVER: $DB_DRIVER
27+
## Read instructions at https://wodby.com/stacks/drupal/docs/local/xdebug/
2728
# PHP_XDEBUG: 1
2829
# PHP_XDEBUG_DEFAULT_ENABLE: 1
2930
# PHP_XDEBUG_REMOTE_CONNECT_BACK: 0
30-
# PHP_XDEBUG_REMOTE_HOST: "10.254.254.254"
3131
# PHP_IDE_CONFIG: serverName=my-ide
32-
# PHP_BLACKFIRE: 1
32+
# 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
3335
volumes:
3436
- ./:/var/www/html
3537
## For macOS users (https://wodby.com/stacks/drupal/docs/local/docker-for-mac/)

0 commit comments

Comments
 (0)