Skip to content

Commit edc866b

Browse files
committed
small doc update
1 parent 5a35de0 commit edc866b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,9 @@ This application consist of 2 [Mosquitto MQTT-brokers](https://mosquitto.org/):
8585
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.
8686
The script `my_entrypoint.sh` has the additional instructions to mount this USB memory stick inside the influxdb container.
8787

88-
Note that the current *Balena* version doesn't yet support the definition of a such a mounted drive in the docker compose yaml file therefore this is handled through the influxdb container setup as described here above.
88+
Notes
89+
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.
90+
2. It is not possible to mount the same USB drive also in telegraf container (I have tried that) and consequently telegraf it is not able to report the `disk` metrics for this USB drive.
8991

9092
## 8. Internet access via Balena's public URL and Nginx.
9193
The [nginx](http://nginx.org/en/docs/) container has been configured so that when you enable the Balena public device URL that you can access the following applications over the internet:

0 commit comments

Comments
 (0)