NextCloud 17.0.0 on Docker Container where is the php.ini file?

Thanks Reiner for the link.

I edited the nginx configuration file in the proper container at
/etc/nginx/nginx.conf
and inserted the parameter

http {

client_max_body_size 2048M;
}

and voila !! it start to work and now I can upload big files to nextcloud 17.

Thanks so much for your support. I owe you one!!