Skip to content

Commit

Permalink
Update README.md to new PHP_XDEBUG_MODE .env variable
Browse files Browse the repository at this point in the history
The new varible name was not updated in the README.md file with #151
  • Loading branch information
enekochan committed May 23, 2021
1 parent b393c76 commit 349fd51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -75,7 +75,7 @@ You can also use Kibana to visualize Nginx & Symfony logs by visiting `http://sy

# Use xdebug!

Start by updating your `docker-compose.yaml` file with `ENABLE_PHP_XDEBUG: 1` under the `php` service.
Start by updating your docker-compose .env file with `PHP_XDEBUG_MODE=debug` (or any other configuration you need as seen in the [Xdebug documentation](https://xdebug.org/docs/all_settings#mode)).
You will need to re-build the php container for this value to take effect.

Configure your IDE to use port 5902 for XDebug.
Expand Down

0 comments on commit 349fd51

Please sign in to comment.