tropicoo / yt-dlp-bot

Self-hosted Video Download Telegram Bot 🇺🇦
BSD 3-Clause "New" or "Revised" License
208 stars 71 forks source link

Feature request: Rebuild worker image from bot command/menu to update ytdlp version #288

Open sopla4ever opened 4 months ago

sopla4ever commented 4 months ago

Can you add feature, to rebuild worker image, to update ytdlp version from bot command/menu? docker compose build --no-cache worker && docker compose up -d -t 0 worker

There is bot called dockerbot, which can remotly start/stop/restart docker image. Can the same way be used, to update the docker image?