I want to reset password for root
I use docker and I run command
docker compose exec -u peertube peertube npm run reset-password -- -u root
I got an error: no configuration file provided: not found
I want to reset password for root
I use docker and I run command
docker compose exec -u peertube peertube npm run reset-password -- -u root
I got an error: no configuration file provided: not found
Where do you run the docker compose command?