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