mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 02:10:05 +00: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
 | |
| ``` |