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
Currently we are mounting these folders when running container so that data is saved on disk. If one wants to use docker volumes currently you have to create 5 volumes each for each folder (appdata, audio, video, subscriptions, users) and mount them accordingly.
There are other files in /app so one can not create these folders inside volume and just mount it on /app. If there were environment variables to set PATH for these folders we would be able to mount this volume containing all these folders for example on /opt/data and then write env vars like this
Currently we are mounting these folders when running container so that data is saved on disk. If one wants to use docker volumes currently you have to create 5 volumes each for each folder (appdata, audio, video, subscriptions, users) and mount them accordingly.
There are other files in /app so one can not create these folders inside volume and just mount it on /app. If there were environment variables to set PATH for these folders we would be able to mount this volume containing all these folders for example on /opt/data and then write env vars like this
The text was updated successfully, but these errors were encountered: