Node RED on Synology Docker - acces rights

Hi,
I have node red on some raspberrys working well. To have more security of data I wanted to move on synology NAS under docker.

I tried both nodered/node-red-docker:0.20.8 and also nodered/node-red:latest

Few seconds after start it is swithed off. Seems there is problem with acces rights to shared folder /data.

I also tried to not link /data folder and than node red is not swithing off, but is not possible to store data - offcourse.

I followed this installation guide

Can you help me please?

BTW: I am not linux guy, so there can be a stupid error...

Solved with
sudo hown -R 1000:1000 /volume1/docker/node-red/

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.