Docker configuration templates
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

mosquitto.conf 387B

12345678910111213
  1. listener 1883
  2. persistence true
  3. persistence_location /mosquitto/data/
  4. ## Authentication ##
  5. # Create passwd file: mosquitto_passwd -c /mosquitto/config/passwd <user_name>
  6. # You need to make down && make up to use the new passwd file
  7. allow_anonymous false
  8. password_file /mosquitto/config/passwd
  9. ## Logging - possibilities: error, warning, notice, information, all
  10. log_type warning