1111111111

services:
  yt-dlp-webui:
    image: marcobaobao/yt-dlp-webui
    ports:
      - 3035:3033
    volumes:
      - ./downloads:/downloads # replace <your dir> with a directory on your host system
      - ./config:/config    # directory where config.yml will be stored
    healthcheck:
      test: curl -f http://localhost:3033 || exit 1
    restart: unless-stopped

原创文章,作者:supreme,如若转载,请注明出处:https://www.hxtu.com/30.html

(0)
上一篇 2025年8月24日 12:18
下一篇 2025年8月24日 12:18

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注