You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you add multiple channels/playlists and wan't to restart the docker containers, the channels will be gone, as they are stored in memory only.
Proposal
Store the channels in the docker volume, which is persistent. As its not that complicated data structure, there is no need for a database. The channels will be stored in json format!
The text was updated successfully, but these errors were encountered:
🚀 Description
Problem to solve
If you add multiple channels/playlists and wan't to restart the docker containers, the channels will be gone, as they are stored in memory only.
Proposal
Store the channels in the docker volume, which is persistent. As its not that complicated data structure, there is no need for a database. The channels will be stored in json format!
The text was updated successfully, but these errors were encountered: