mirror of
				https://github.com/tborychowski/self-hosted-cookbook.git
				synced 2025-11-03 23:37:32 +00:00 
			
		
		
		
	
		
			
				
	
	
	
		
			363 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			363 B
		
	
	
	
	
	
	
	
YoutubeDL-web
docker-compose.yml
---
version: '3'
services:
  youtubedl-web:
    image: franhp/youtubedl-web:latest
    container_name: youtubedl-web
    restart: unless-stopped
    ports:
      - "5000:5000"
    volumes:
      - ./downloads:/downloads
			
		