Nextcloud version Latest Just Installed
Operating system and version Windows 11
Apache or nginx version Docker
Is this the first time you’ve seen this error? Y
Steps to replicate it:
Installed NC
Copied Folders into the physical drive under folder Photos
I don’t see them being populated on the web login on NextCloud.
Uploaded Image into an Album on Web Login. That I can see is synced to the physical drive folder Photos.
I saw some documentation on “scan” via occ code. I have no idea where to enter the occ code on a Windows 11. Under cmd it is not accepted as a command.
I tried running:
C:\Users\danie>docker occ files:scan
Got:
docker: ‘occ’ is not a docker command.
See ‘docker --help’
tried: C:\Users\danie>docker exec -ti --user www-data nextcloud-app /var/www/html/occ files:scan –
Error response from daemon: No such container: nextcloud-app
Also tried:
C:\Users\danie>docker exec --user www-data nc php occ files:scan --all
Error response from daemon: No such container: NC
What am I doing wrong?