update Dockerfile
This commit is contained in:
parent
d4292beebb
commit
c5f5a7b74e
2 changed files with 22 additions and 5 deletions
9
docker-compose.yml
Normal file
9
docker-compose.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
services:
|
||||
yt-dlp-web:
|
||||
build: .
|
||||
container_name: yt-dlp-web
|
||||
ports:
|
||||
- "8000:8000"
|
||||
volumes:
|
||||
- ./cookies.txt:/tmp/cookies.txt:ro
|
||||
- ./downloads:/app/web/backend/downloads
|
||||
Loading…
Add table
Add a link
Reference in a new issue