From aeb6e073df1193b3689e367bd6476a0cc39e4884 Mon Sep 17 00:00:00 2001 From: Lachlan Greenland Date: Wed, 20 Aug 2025 20:15:14 +0800 Subject: [PATCH] update: Generic Dockerfile README to note config provided via mount point Signed-off-by: Lachlan Greenland --- docker/generic/README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docker/generic/README.md b/docker/generic/README.md index dd4e6de5..4a83595e 100644 --- a/docker/generic/README.md +++ b/docker/generic/README.md @@ -2,13 +2,22 @@ Containers built with this Dockerfile build as source from published tarballs. ## Mount Points -Three docker volumes have been created in the image to be used for configuration, persistent storage and logs. +A docker mount point has been created in the image to be used for configuration. ``` /mosquitto/config +``` + +Two docker volumes have been created in the image to be used for persistent storage and logs. +``` /mosquitto/data /mosquitto/log ``` +## User/Group + +The image runs mosquitto under the mosquitto user and group, which are created +with a uid and gid of 1883. + ## Running without a configuration file Mosquitto 2.0 requires you to configure listeners and authentication before it will allow connections from anything other than the loopback interface. In the