mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 18:29:21 +00:00 
			
		
		
		
	
		
			
				
	
	
	
		
			579 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			579 B
		
	
	
	
	
	
	
	
Administration
track docker container status
watch -n 2 "docker ps  -a | grep peertube"
clean rebuild
cd {{ PATH_DOCKER_COMPOSE_INSTANCES }}peertube/ &&
docker-compose down 
docker volume rm peertube_assets peertube_config peertube_data peertube_database peertube_redis
docker-compose up -d 
access terminal
docker-compose exec -it application /bin/bash
update config
apt update && apt install nano && nano ./config/default.yaml
get root pasword
docker logs peertube-application-1 | grep -A1 root