From Drupal 8, if my running Docker project for Drupal is loading in my browser at…
http://docker.drupalphp:17223/
what should I put in my sites/default/settings.php
file to approve the trusted_host_patterns settings?
I have tried sooooo many things, including this simple one…
$settings['trusted_host_patterns'] = array( '^docker.drupalphp$', );
But no luck on getting the trusted host pattern approved. Please help.