node-red-docker icon indicating copy to clipboard operation
node-red-docker copied to clipboard

Possibilities to use differen PUID for node-red user

Open gborri opened this issue 4 years ago • 1 comments

Hi guys,

i would like to know if there is the possibilities to define UID for the docker user that run nodered. I'm running nodered on nas and prefer not to chmod 1000 mi data dir, but change uid for the container user.

thanks in advance

gborri avatar Jan 28 '21 06:01 gborri

You can change the UID on the docker command line:

https://docs.docker.com/engine/reference/run/#user

hardillb avatar May 27 '21 09:05 hardillb