Installation with dockerhub

Hello,

I did not find someone who made a video abou instal nextcloud with dockerhub.
My problem is that I cannot see the login screen.
I runned with the basic commando from the dockerhub:

docker run -d -p 8080:80 nextcloud

Put port 8080 and 80 open on the firewall and it should work right?

Kind regards

Next things to try docker ps to see if your container is running. And docker logs nextcloud to see if something is in the logs.

curl http://127.0.0.1/ will show you if something inside the container is ready to talk to you.

These are my logs

Any suggestions?

Sorry. My fault. Should have been: curl http://127.0.0.1:8080

The container logs are ok.