BoKKeR / RSS-to-Telegram-Bot

RSS to Telegram python script
http://t.me/rss_t_bot
GNU General Public License v3.0
260 stars 102 forks source link

rss-feed settings are reset #11

Closed toleeck closed 4 years ago

toleeck commented 4 years ago

After the container is restarted, the rss-feed settings are reset. Can this be avoided? That is, after rebooting, the bot needs to add the RSS feed again.

BoKKeR commented 4 years ago

Hey! that is not the case on my end, are you sure you mean restart and not rebuild?

toleeck commented 4 years ago

Hey! that is not the case on my end, are you sure you mean restart and not rebuild?

Yes exactly. sorry.

BoKKeR commented 4 years ago

If you want the database to persist updates/rebuilds you can specify a local volume for the config path

  -v /path/to/host/config:/config \