mirror of
https://github.com/marcopiovanello/yt-dlp-web-ui.git
synced 2025-09-29 00:54:56 +03:00
12 lines
363 B
YAML
12 lines
363 B
YAML
services:
|
|
yt-dlp-webui:
|
|
image: marcobaobao/yt-dlp-webui
|
|
ports:
|
|
- 3033:3033
|
|
volumes:
|
|
- <your dir>:/downloads # replace <your dir> with a directory on your host system
|
|
- <your dir>:/config # directory where config.yml will be stored
|
|
healthcheck:
|
|
test: curl -f http://localhost:3033 || exit 1
|
|
restart: unless-stopped
|