Please Help me!Docker-compose nginx config returns 404 error

Support intro

Nextcloud version
Operating system and version Ubuntu 22.04
Apache or nginx version nginx 1.18.0
PHP version no php use docker

The issue you are facing:

Is this the first time you’ve seen this error? (Y/N): y

Steps to replicate it:

The output of your Nextcloud log in Admin > Logging:

admin

The output of your config.php file in /path/to/nextcloud (make sure you remove any identifiable information!):

in host os:/root/cloud/app/config in docker:/var/www/html/config

The output of your Apache/nginx/system log in /var/log/____:

cloudflare ip - - [04/May/2022:14:15:00 +0800] "GET / HTTP/2.0" 404 183 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36"
cloudflare ip - - [04/May/2022:14:15:02 +0800] "GET / HTTP/2.0" 404 183 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36"
Output errors in nextcloud.log in /var/www/ or as admin user in top right menu, filtering for errors. Use a pastebin service if necessary.

not show

my docker-compose.yml is here:https://gist.githubusercontent.com/RatedR9/2ef550c00df3197c229a5e60751b429d/raw/c732122ffade0cfcc712d0d5317de5ad700d0620/gistfile1.txt

my nginx conf is here:https://gist.githubusercontent.com/RatedR9/e197a26b26a2d7202520cd2c5d2a93b0/raw/79110162fe3268b4c13f7c9b291ede05a2dc7e6b/hosted_nginx.conf

Hi @RatedR9,
You are missing the required support template. Please fill this form out and edit into your post.

Please also specify what is happening when you are running docker-compose or other installation steps. Also, you seem to be missing volumes in your compose file.

This will give us the technical info and logs needed to help you! Thanks.

ok , i try this