Nextcloud - reset admin password

You can try to run that command in the docker container.

Use docker exec -it [containername] bash to access the container

and then try the command from your link.

For me, the command is:
docker exec -it nextcloud bash

1 Like