We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7664a35 commit cefa503Copy full SHA for cefa503
dev/openmage/docker-compose.yml
@@ -10,7 +10,7 @@ services:
10
- ../..:/var/www/html
11
environment:
12
- ENABLE_SENDMAIL=${ENABLE_SENDMAIL:-true}
13
- - 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}
14
- MAGE_IS_DEVELOPER_MODE=${MAGE_IS_DEVELOPER_MODE:-1}
15
links:
16
- mysql
0 commit comments