You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to modify the default timezone, use the TZ environment variable with the [relevant timezone](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones).
327
+
328
+
```
329
+
docker run -it -p 1880:1880 --name mynodered -e TZ="Europe/London" nodered/node-red-docker
0 commit comments