Yet another permissions issue #316
Unanswered
lowlyIntern
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I would first check who owns
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm new to Docker and banging my head against the wall -- thanks in advance for any help you can give.
I can get Handbreak running and access it via the browser, but am unable to open any of my storage directories, and get an error stating "Could not read the contents of storage. Error opening directory '/storage': Permission denied."
When I check the logs, they also show a permissions issue, with it reporting it can't access the "watch" folder.
I've tried redefining the USER_ID and GROUP_ID from my main admin account, another user, as well as 1000/1000 for each. I've checked and double-checked my syntax for defining the volumes in question.
This is running on Synology's Container Manager, DSM 7.2.1-69057
I'm trying to use a Docker Compose file, and based mine off of the provided starter file.
I've also tried doing the same troubleshooting steps with multiple USER_IDs and GROUP_IDs via the Container tab where one can simply input values into the GUI to skip the command-line to spin up a container, all with no luck.
Here's my current Docker Compose file:
volume1 is my DiskStation's only volume.
volume1/docker/ is where I have all my various container's configuration files, etc.
volume1/media/ is where all my media lives, with the appropriate /watch, /output, and /#recycle subdirectories.
I imagine there is something rather straight-forward that I'm missing, but would appreciate any guidance. Thanks for your time and attention.
Beta Was this translation helpful? Give feedback.
All reactions