The correct way is to pass the TZ environment variable into the container.
e.g
docker run -e TZ=Europe/London -p 1880:1880 nodered/node-red:latest
The correct way is to pass the TZ environment variable into the container.
e.g
docker run -e TZ=Europe/London -p 1880:1880 nodered/node-red:latest