linuxserver / docker-couchpotato

http://linuxserver.io
GNU General Public License v3.0
154 stars 69 forks source link

CouchPotato showing empty mapped folder #33

Closed mrjackyliang closed 6 years ago

mrjackyliang commented 6 years ago

linuxserver.io

Synology DSM 5.2

The folder appears empty inside CouchPotato, but not when I list the files in the docker terminal.

-v /volume1/docker/couchpotato/config:/config -v /volume1/media:/all-media

Thanks, team linuxserver.io

mrjackyliang commented 6 years ago

CouchPotato can see and edit the configuration files, but not the all-media folder. I'm thinking it's a permissions issue, but I'm still not sure yet.

mrjackyliang commented 6 years ago

Apparently, I was right. Did a chmod -R 755 to the respective directory and CouchPotato is reading it correctly.