[xdebug] ; ホストを指定 xdebug.remote_host = host.docker.internal ; リモートデバッグを有効化 xdebug.remote_enable = 1 xdebug.remote_autostart = 1 ; ホスト側のポート指定 xdebug.remote_port = 9003