Skip to content

Commit

Permalink
Added xdebug to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascal Krason committed Mar 27, 2018
1 parent 56becb3 commit 5cf341a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -64,6 +64,11 @@ You can access Nginx and Symfony application logs in the following directories o

You can also use Kibana to visualize Nginx & Symfony logs by visiting `http://symfony.localhost:81`.

# Use xdebug!

To use xdebug change the line `"docker.host:127.0.0.1"` in docker-compose.yml and replace 127.0.0.1 with your machines ip addres.
If your IDEs default port is not set to 5902 you should do that, too.

# Code license

You are free to use the code in this repository under the terms of the 0-clause BSD license. LICENSE contains a copy of this license.

0 comments on commit 5cf341a

Please sign in to comment.