-
Notifications
You must be signed in to change notification settings - Fork 386
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EACCES: permission denied, open '/data/.config.json' #8
Comments
do the permissions on the host side allow that docker user access ? |
I'm having trouble replicating your user error locally, using the following command.
My NR instance starts and is usable without seeing the error you encountered above. Can you try @dceejay's suggestion about checking the user perms? We have published an update to the Docker images today that means you don't actually need to use volumes to persist user data. There's more details in the updated README. |
Thanks for the tips. Removing It turns out that the |
can anyone share an example of the configuration on the umask entry? |
@StuckInLoop my
You will need to add the UUID of your media in place of |
Update node-red to the latest version 🚀
…ed-0.20.1 Update node-red to the latest version 🚀
Trying to get node-red up and running on my Raspberry Pi. The docker command I am using is:
docker run -it -p 1880:1880 --restart=always --name="nodered" -v /media/data/node-red/:/data -e FLOWS=flows.json nodered/node-red-docker:rpi
Full log output is:
/media/data/node-red contains a
settings.js
file and aflows.json
file too, any ideas what might be causing this permissions problem?The text was updated successfully, but these errors were encountered: