After migration access denied

Hello,
after i moved nodered in docker from one raspberry pi to another there is a problem.
node-red is running but I can't change anything. I get a permission denied error. So I need to set permissions somewhere. But where?
Can someone tell me where and best also with which command, because I am not so fit in Linux.
That would be great!

image

Thanks a lot.

I found out by myself. The solution was to do this:

sudo chown -R ${USER} nodered

1 Like

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