We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d325765 + f6ddebc commit 308da63Copy full SHA for 308da63
docs/device-agent/install.md
@@ -71,6 +71,14 @@ services:
71
- /path/to/device.yml:/opt/flowfuse-device/device.yml
72
```
73
74
+#### Time Zone
75
+
76
+In order to ensure that the device agent runs with the correct timezone environment variable is set with the `-e` option
77
78
+```bash
79
+docker run -e TZ=Europe/London --mount type=bind,src=/path/to/device.yml,target=/opt/flowfuse-device/device.yml -p 1880:1880 flowfuse/device-agent:latest
80
+```
81
82
## Configuration
83
84
The agent configuration is provided by a `device.yml` file within its working
0 commit comments