Skip to content

Commit

Permalink
EWPP-721: Update xdebug configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
22Alexandra committed Feb 3, 2021
1 parent e2003d5 commit 8b22ca6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ services:
- .:/var/www/html # Non Mac users.
# - nfsmount:/var/www/html # Mac Users with the nfsmount volume.
environment:
XDEBUG_CONFIG: "remote_enable=1 remote_host=10.254.254.254 remote_port=9000 idekey=PHPSTORM remote_autostart=1"
XDEBUG_CONFIG: "client_host=10.254.254.254 client_port=9000"
XDEBUG_MODE: "debug"
XDEBUG_SESSION: "PHPSTORM"
XDEBUG_SESSION_START: "PHPSTORM"
XDEBUG_TRIGGER: "PHPSTORM"
PHP_IDE_CONFIG: "serverName=Docker"
# For Xdebug setup, run this command in the terminal:
# For Mac users: sudo ifconfig en0 alias 10.254.254.254 255.255.255.0
Expand Down

0 comments on commit 8b22ca6

Please sign in to comment.