We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cc816b commit d324c14Copy full SHA for d324c14
docker/mqtt/library.json
@@ -1,6 +1,6 @@
1
{
2
"libraryItemId": "mqtt-mosquitto",
3
- "name": "MQTT Broker (Mosquitto)",
+ "name": "MQTT Broker",
4
"language": "docker",
5
"tags": {
6
"Category": ["Server"],
docker/mqtt/mosquitto.conf
@@ -3,4 +3,4 @@ allow_anonymous false
persistence true
persistence_location /app/state/mosquitto/data/
log_dest file /app/state/mosquitto/log/mosquitto.log
-password_file app/state/mosquitto/config/passwd
+password_file /app/state/mosquitto/config/passwd
0 commit comments