mirror of
https://github.com/tborychowski/self-hosted-cookbook.git
synced 2026-01-20 15:40:34 +00:00
ytdl
This commit is contained in:
21
apps/media/youtubedl-web.md
Normal file
21
apps/media/youtubedl-web.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# YoutubeDL-web
|
||||
|
||||
- [Github repo](https://github.com/franhp/youtubedl-web)
|
||||
|
||||

|
||||
|
||||
|
||||
## docker-compose.yml
|
||||
```yml
|
||||
---
|
||||
version: '3'
|
||||
services:
|
||||
youtubedl-web:
|
||||
image: franhp/youtubedl-web:latest
|
||||
container_name: youtubedl-web
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "5000:5000"
|
||||
volumes:
|
||||
- ./downloads:/downloads
|
||||
```
|
||||
Reference in New Issue
Block a user