Hello,
I am running nextcloud for a while now with docker-compose using such a config.
I wanted to update my domain name, I then updated the VIRTUAL_HOST and LETSENCRPYPT host under the web service in my docker-compose.yml but then I get “Access through untrusted domain” error upon accessing with the new URL. The error points to the docs hinting it is a problem with config.php trusted domains. I check the config.php and indeed there is still the old domain in there. I am not that familiar with docker/docker-compose. How can I enforce it to refresh this setting with docker-compose? Can I just simply overwrite it manually?
Thanks in advance!