soumyadityac / youtube-viewer

🤖 A view bot for Youtube.
417 stars 186 forks source link

Change URLs #7

Closed pem7260 closed 4 years ago

pem7260 commented 4 years ago

I've got the bot running properly, and I changed the links in 'urls.txt' but when I run the bot, it doesn't use the changes that I made. How do I get it to recognize the changes that I made in 'urls.txt' and 'index.js'? Thanks.

soumyadityac commented 4 years ago

I think the issue is probably with the docker images being built from cache. Could you try rebuilding with

docker-compose build --no-cache

following which you can start the containers again by

docker-compose up --scale ytview=5
soumyadityac commented 4 years ago

Closing due to inactivity.