Skip to content

Commit cefa503

Browse files
Update default XDEBUG_CONFIG to work with PHP 8 and XDebug 3.
1 parent 7664a35 commit cefa503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/openmage/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
- ../..:/var/www/html
1111
environment:
1212
- ENABLE_SENDMAIL=${ENABLE_SENDMAIL:-true}
13-
- XDEBUG_CONFIG=${XDEBUG_CONFIG:-remote_connect_back=1 remote_enable=1 idekey=phpstorm}
13+
- XDEBUG_CONFIG=${XDEBUG_CONFIG:-client_host=host.docker.internal mode=debug force_display_errors=1 start_with_request=yes}
1414
- MAGE_IS_DEVELOPER_MODE=${MAGE_IS_DEVELOPER_MODE:-1}
1515
links:
1616
- mysql

0 commit comments

Comments
 (0)