Use a proxy within the Compose file

This commit is contained in:
Oliver Davies 2021-04-16 13:16:07 +01:00
parent 9d6c6cd758
commit 0ce7a8014c
2 changed files with 10 additions and 23 deletions
web/sites/default

View file

@ -12,5 +12,5 @@ $databases['default']['default'] = [
];
$settings['trusted_host_patterns'] = [
'^oliverdavies.docker.localhost$',
'^oliverdavies.localhost$',
];