2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-28 07:56:32 +01:00

fix mosquitto persistence_location

This commit is contained in:
kev
2017-06-07 17:57:25 +08:00
parent 161fcf064d
commit 862b1e3bd6
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ log_dest stdout
allow_anonymous false
password_file /etc/mosquitto/pwfile
persistence true
persistence_location /var/lib/mosquitto
persistence_location /var/lib/mosquitto/
###### ENABLE WS ######
#listener 8080

View File

@@ -7,7 +7,7 @@ log_dest stdout
allow_anonymous false
password_file /etc/mosquitto/pwfile
persistence true
persistence_location /var/lib/mosquitto
persistence_location /var/lib/mosquitto/
###### ENABLE WS ######
#listener 8080