• 0 Posts
  • 43 Comments
Joined 1 year ago
cake
Cake day: June 8th, 2023

help-circle















  • that is using bin mounts again. and i don’t get why this is discouraged, i actualy do like to know where my data is stored and don’t want to spin up a container that backs up using the volumes managed by docker. at that point you are using bind mounts again anyway.

    regarding your original question, i don’t think it is possible (or even useful) to tell docker where to store the volumes for each compose stack because you are not supposed to access the from the filesystem directly anyway.

    just continue using bind mounts





  • i guess the issue is not that you can’t use yaml but instead that a lot of things are removed from the actual config.yaml file. inuser tonhave all integrations set up in that file, after every update i get a notification, that this is deprecated for that integration and that i should remove it and use the gui setup instead. i have my config in git which saved me from needing backups, because all was already configured and could be redeployed at any time to another machine. now that is not possible anymore.