tropicoo / yt-dlp-bot

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

How to rebuild? #227

Closed sideloading closed 8 months ago

sideloading commented 8 months ago

I am adjusting the config.yml but changes are not reflecting, even after re-attempting the run commands:

# Build base image
docker compose build base-image

# Build and run all services in detached mode
docker compose up --build -d -t 0 && docker compose logs --tail 100 -f

# Stop all services
docker compose stop -t 0

What am I missing to use the newest config.yml?

tropicoo commented 8 months ago

This command should rebuild with your changes docker compose up --build -d -t 0

sideloading commented 8 months ago

Thought so too. Probably an issue on my end. Thank you anyways!