Skip to content

Commit

Permalink
Update default XDEBUG_CONFIG to work with PHP 8 and XDebug 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
colinmollenhour committed Apr 28, 2023
1 parent 7664a35 commit cefa503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/openmage/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
- ../..:/var/www/html
environment:
- ENABLE_SENDMAIL=${ENABLE_SENDMAIL:-true}
- XDEBUG_CONFIG=${XDEBUG_CONFIG:-remote_connect_back=1 remote_enable=1 idekey=phpstorm}
- XDEBUG_CONFIG=${XDEBUG_CONFIG:-client_host=host.docker.internal mode=debug force_display_errors=1 start_with_request=yes}
- MAGE_IS_DEVELOPER_MODE=${MAGE_IS_DEVELOPER_MODE:-1}
links:
- mysql
Expand Down

0 comments on commit cefa503

Please sign in to comment.