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
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,8 +76,10 @@ This application consist of 2 [Mosquitto MQTT-brokers](https://mosquitto.org/):
76
76
2.**mqtt-test** which is listening to Host OS port 1884
77
77
78
78
## 7. Setup of the USB memory Stick for Influxdb
79
-
The *influxdb* container is configured so that its data will be stored on a USB memory stick connected to the raspberry that has label `influxdb` and that is formatted in the `ext4` format as is specified in the influxdb Dockerfile.
80
-
The script `my_entrypoint.sh` has the additional instructions to mount this USB memory stick inside the influxdb container.
79
+
The data of the influxdb will be stored in the mount location `\mnt\influxdb`.
80
+
The *influxdb* container is configured (see Dockerfile and my_entrypoint.sh) so that a USB drive (e.g. a USB memory stick) with label `influxdb` will be mounted to this mount location. It is currently also expecting (see Dockerfile) that this USB drive is formatted in `ext4` format.
81
+
82
+
If no USB drive (or memory stick) with label `influxdb` is connected to the raspberry pi then the named volume `influxdb-data` will be mounted to this location as is specified in the `docker-compose.yml` file.
81
83
82
84
Notes
83
85
1. the current *Balena* version doesn't yet support the definition of a volume for such a mounted drive in the docker compose yaml file therefore this is handled through the influxdb container setup as described here above.
0 commit comments