Cannot move location of data files (Permission denied (13)) #2624
-
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 1 reply
-
Should the new location instead be |
Beta Was this translation helpful? Give feedback.
-
Thanks for the reply! I still want to keep and have the downloads be in Does this mean that I create a new line in docker compose to include the new folder as a volume? Like below: volumes:
Just a bit reluctant to change anything in docker compose as currently everything (else) works flawlessly. Don't want to mess that up -_- |
Beta Was this translation helpful? Give feedback.
-
The error above shows that you're trying to move it to |
Beta Was this translation helpful? Give feedback.
-
Moved as not issue but support question |
Beta Was this translation helpful? Give feedback.
-
oh my. embarrassed to say how I fixed it. But I restarted the docker stack and now it works fine 🫠 |
Beta Was this translation helpful? Give feedback.
Should the new location instead be
/data/completed/1.collections
if it's supposed to be within your/data/completed
folder?