Greetings.
Sorry for re-post this topic I found a little later and it more closely fits my question.
Please help me with one problem, I successfully installed MC24 in the docker on my QNAP NAS, but I can not access my music folders.
I have it on the path /share/CACHEDEV3_DATA/Music_Los
After trying to mount the directory -v /share/CACHEDEV3_DATA/Music_Los:/Music: rw
I see permission denied.
I tried to manually specify
-e USER_ID=0
-e GROUP_ID=0
But it did not help.
if I mount the entire Share folder to container, like this
-v /share:/share: rw \
then the directory structure is visible in the MC, but the contents of the folders can not be viewed - permission denied.
What am I doing wrong?
Please help me, thank you!