Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 363 Bytes

youtubedl-web.md

File metadata and controls

21 lines (17 loc) · 363 Bytes

YoutubeDL-web

Screenshot

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