测试文章三

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
  1. 代码测试
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
  1. qqqq
  2. qqqq

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

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

发表回复

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