Cant login, Nexcloud, Docker, Debian, OMV

I have a new docker running seems fine loaded from example.

https://hub.docker.com/r/linuxserver/nextcloud

nextcloud - LinuxServer.io

only x86-64 and arm64 are supported

services:
nextcloud:
image: lscr.io/linuxserver/nextcloud:latest
container_name: nextcloud
environment:
- PUID=1000
- PGID=998
- TZ=America/Toronto
volumes:
- /nextcloud/config:/config
- /nextcloud/data:/data
ports:
- 443:443
restart: unless-stopped

nothing in here about passwords or anything else, I cant can open anything.
I tried 192.XXX.X.X:443 or 80 what am I missing here?.
Thanks

Wild guess: you did not mean to use /nextcloud on your underlying host as your mount point. It’s highly unlikely anyhow.

Perhaps you meant to either specify path in your home directory on your host or even a Docker managed volume?

Also, check your container log.