mirror of
				https://github.com/tborychowski/self-hosted-cookbook.git
				synced 2025-11-03 23:37:32 +00:00 
			
		
		
		
	
		
			
				
	
	
	
		
			340 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			340 B
		
	
	
	
	
	
	
	
Metube
docker-compose.yml
---
version: "3"
services:
  metube:
    image: alexta69/metube
    container_name: metube
    restart: unless-stopped
    user: "1001:1001"
    ports:
      - "8081:8081"
    volumes:
      - ./downloads:/downloads
			
		