Skip to content

Commit

Permalink
Merge pull request #46 from seanhamlin/xdebug-logging
Browse files Browse the repository at this point in the history
Add information on how to debug xdebug.
  • Loading branch information
tobybellwood authored Oct 2, 2023
2 parents 88faef8 + c588608 commit 437cb20
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ x-environment:
LAGOON_ROUTE: &default-url http://${COMPOSE_PROJECT_NAME:-drupal10-base}.docker.amazee.io
# Uncomment if you like to have the system behave like in production
#LAGOON_ENVIRONMENT_TYPE: production
# Uncomment to enable xdebug and then restart via `docker-compose up -d`
# Uncomment to enable Xdebug and then restart via `docker-compose up -d`
#XDEBUG_ENABLE: "true"
# Uncomment to enable Xdebug logging to `/tmp/xdebug.log` within the
# containers. This is useful for debugging Xdebug.
#XDEBUG_LOG: "true"

x-user:
&default-user
Expand Down

0 comments on commit 437cb20

Please sign in to comment.