File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1+ # Place your local configuration in /etc/mosquitto/conf.d/
2+ #
3+ # A full description of the configuration file is at
4+ # /usr/share/doc/mosquitto/examples/mosquitto.conf.example
5+
6+ pid_file /run/mosquitto/mosquitto.pid
7+
8+ persistence true
9+ persistence_location /var/lib/mosquitto/
10+
11+ # log to syslog instead of file
112log_dest syslog
213log_type debug
314
415# increase default size (which is 20) to avoid problems where messages can be
516# silently dropped
617max_inflight_messages 200
18+
19+ include_dir /etc/tedge/mosquitto-conf
20+ include_dir /etc/mosquitto/conf.d
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ COPY common/config/certificates/*.crt /usr/local/share/ca-certificates/
129129RUN update-ca-certificates -f
130130
131131# Custom mosquitto config
132- COPY common/config/mosquitto.conf /etc/mosquitto/conf.d/
132+ COPY common/config/mosquitto.conf /etc/mosquitto/mosquitto.conf
133133COPY common/config/mosquitto-conf/tedge-networkcontainer.conf /etc/tedge/mosquitto-conf/
134134
135135# sudoers
You can’t perform that action at this time.
0 commit comments