Hi,
I came here after having the issue with Perl on Synology DSM. Downgraded Perl and everything is running again, but I want to switch to the docker image to be better suited for the future.
I followed the tutorial here to get the image lmscommunity/logitechmediaserver:latest. I applied the suggested settings, except that I didn't set /playlist to read-only. Every time I try to start the image, I now get:
Afterwards, the docker image is stopped again.
/config is mapped r/w to /volume1/audio/LogitechMediaServerConfig, a new folder I created for this situation. It's owned by nobody/users. I tried to change it to root:root and admin:users using SSH, but DSM/Docker seems to reset it back.
How can I change permissions so that the docker image can write to /config ?
I came here after having the issue with Perl on Synology DSM. Downgraded Perl and everything is running again, but I want to switch to the docker image to be better suited for the future.
I followed the tutorial here to get the image lmscommunity/logitechmediaserver:latest. I applied the suggested settings, except that I didn't set /playlist to read-only. Every time I try to start the image, I now get:
Code:
usermod: no changes
Starting Logitech Media Server on port 9000...
mkdir /config/logs: Permission denied at /lms/Slim/Utils/Log.pm line 707.
/config is mapped r/w to /volume1/audio/LogitechMediaServerConfig, a new folder I created for this situation. It's owned by nobody/users. I tried to change it to root:root and admin:users using SSH, but DSM/Docker seems to reset it back.
How can I change permissions so that the docker image can write to /config ?