Add ENV variables for Volume mapping #691
bigred10151990
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I wanted to see if it was possible to add the volume mapping to the ENV variables. I have written a Home Assistant app for Listenarr but HA Apps to not allow for users to change the docker files so they are not able to set their own volume mappings in the app. this causes the app data to remain in the default non persistent Docker volume and so data is wiped out on an update of the app.
All reactions