mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-06-25 19:55:31 +02:00
6 lines
138 B
Markdown
6 lines
138 B
Markdown
# Setup Peertube
|
|
|
|
## Change Root Administrator Password
|
|
```bash
|
|
docker exec -it -u peertube peertube npm run reset-password -- -u root
|
|
``` |