I deleted all nextcloud-containers from Docker Desktop (on Windows 11 pro).
I checked in Docker Desktop and don’t see them anymore.
Then I run this standard command in cmd (with admin rights) to re-installed Nextcloud AIO on Docker Desktop again :
This time I chose C:/ProgramData/nc-data as the directory
docker run ^
--sig-proxy=false ^
--name nextcloud-aio-mastercontainer ^
--restart always ^
--publish 80:80 ^
--publish 8080:8080 ^
--publish 8443:8443 ^
--volume nextcloud_aio_mastercontainer:/mnt/docker-aio-config ^
--volume //var/run/docker.sock:/var/run/docker.sock:ro ^
-e NEXTCLOUD_DATADIR="/run/desktop/mnt/host/c/ProgramData/nc-data" ^
ghcr.io/nextcloud-releases/all-in-one:latest
However, when I go to https://localhost:8080 I STILL GET “Enter passphrase to login”!!??
Ctrl+F5 doesn’t help. Deleting 5 hours of history doesn’t help.
Where the hell is this NEW nextcloud installation get this OLD login page from?!
I even tried several browsers. They all get the page with “enter passphrase to login”