So, I tried to make my own NextCloud using this tutorial:
But when I run the following command (like he does at 3:53)
docker run --name nextcloud -d -p 7162:80 -v /home/pi/nextcloud:/var/www/html --network nextcloud-net nextcloud
I do get to the NextCloud page, but when I login with my PostGreSQL (like he does at 4:16), and I press continue, I get the following screen:
If you need to know anything else, please let me know.