Correct just command as there is no restart but start actually restarts

This commit is contained in:
Julian-Samuel Gebühr 2023-07-06 12:08:32 +02:00
parent 3bef1671b0
commit a09b60e7c1

View file

@ -17,7 +17,7 @@ mosquitto_enabled: true
## Usage ## Usage
After installation, you can use `just run-tags mosquitto-add-user --extra-vars=username=<username> --extra-vars=password=<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=<username> --extra-vars=password=<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. 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.