From a09b60e7c1b3d60c9905cdc53a75e46a9506f764 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian-Samuel=20Geb=C3=BChr?= Date: Thu, 6 Jul 2023 12:08:32 +0200 Subject: [PATCH] Correct just command as there is no restart but start actually restarts --- docs/services/mosquitto.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/services/mosquitto.md b/docs/services/mosquitto.md index aa5ae76..0e27da5 100644 --- a/docs/services/mosquitto.md +++ b/docs/services/mosquitto.md @@ -17,7 +17,7 @@ mosquitto_enabled: true ## Usage -After installation, you can use `just run-tags mosquitto-add-user --extra-vars=username= --extra-vars=password=` to create a user. For the setting to take effect, you must restart the container. To do that you can use `just restart-group mosquitto`. +After installation, you can use `just run-tags mosquitto-add-user --extra-vars=username= --extra-vars=password=` to create a user. For the setting to take effect, you must restart the container. To do that you can use `just start-group mosquitto`. You can then start to send and subscribe to MQTT topics. Use port 1883 and the servers IP or any domain you configured to point at this server.