Docker configuration templates
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

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