Nextcloud doesn't respond after migration to Docker

I just finished the upgrade to Electric Eel and migration of apps to Docker. Everything went well, except for my Nextcloud instance. It’s configured to use a subdomain and worked before the migration, but now it appears to refuse any connections. I have already restarted the app and reapplied the settings.

The subdomain is managed through Cloudflare (cloudflared). I have other services using the same system, all of which work after the migration.

Please suggest things to check!

Found something: When sending a request, the main container logs it like this:

2024-10-30 22:03:45.576574+00:00172.16.3.5 - - [30/Oct/2024:22:03:45 +0000] "GET / HTTP/1.1" 302 696 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:132.0) Gecko/20100101 Firefox/132.0"

Fixed it by adding :443 to the domain in the “Host” settings field.