Can not log in after successful instalation

Hi

I managed to install Nextcloud on Ubuntu VM → Docker
Unfortunatelly i am stuck on login screen and i can not go further on my local ip nor domain.
It is always stuck on the exact same screen.
Can anyone help?
Please note i am not an expert by any means on programming, linux, servers and so on.
So if someone will bo so nice and will try to help, please be so kind and try to explain like to a newbie :slight_smile:
Thanks a lot in advance for any help.

P.S. If i do stop apache, i can enter the nextcloud phrase and still end up with the same screen.

Please post your Docker Compose file (or run command).

sudo docker run -d \
--init \
--sig-proxy=false \
--name nextcloud-aio-mastercontainer \
--restart always \
--publish 80:80 \
--publish 8080:8080 \
--publish 8443:8443 \
--env APACHE_IP_BINDING=192.168.31.55 \
--env SKIP_DOMAIN_VALIDATION=true \
--env NEXTCLOUD_DATADIR="/mnt/nextcloud/data/" \
--volume nextcloud_aio_mastercontainer:/mnt/docker-aio-config \
--volume /var/run/docker.sock:/var/run/docker.sock:ro \
nextcloud/all-in-one:latest

Hi, can you change this to APACHE_IP_BINDING=0.0.0.0, recreate all containers and try again?

I tried… same outcome

You know that Nextcloud runs on port 443 of that machine?

https://ip:443 does not work at all

Did you forward port 443 from your router to 443 of the machine that runs doxker and AIO?

I think so. I will check in a few days when I’m back home. I will let You know.

Port 443 on my router is unlocked. Basically none of my containers (in portainer) is showing that it uses port 443. My instance of Nextcloud is accessible on https://ip:8080 and domain that i pointed during instalation, but both of them end up on screen i posted before (automatic login). https://ip:443 does not work at all. I assume it is some detail blocking me from access, since the Nextcloud instance seems to be installed and working, but i can not access it either locally nor from my domain. What am i doing wrong?

Really no help? No clues? I have even wiped my terminal, reinstalled proxmox, ubuntu, docker, portainer, nextcloud and STILL get the same result. I have lost over 2 weeks of my life trying to get this going. I am pissed and desperate.