Skip to content

Commit d324c14

Browse files
authored
fix mqtt service name, cant have parenthesis (#653)
* fix mqtt service name, cant have parenthesis * fix missing slash
1 parent 2cc816b commit d324c14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/mqtt/library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"libraryItemId": "mqtt-mosquitto",
3-
"name": "MQTT Broker (Mosquitto)",
3+
"name": "MQTT Broker",
44
"language": "docker",
55
"tags": {
66
"Category": ["Server"],

docker/mqtt/mosquitto.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ allow_anonymous false
33
persistence true
44
persistence_location /app/state/mosquitto/data/
55
log_dest file /app/state/mosquitto/log/mosquitto.log
6-
password_file app/state/mosquitto/config/passwd
6+
password_file /app/state/mosquitto/config/passwd

0 commit comments

Comments
 (0)