This commit is contained in:
Logan
2026-04-11 14:56:01 -04:00
parent d8779d96fd
commit 42abf64038
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
# MQTT_NODE_PASS — shared password for all edge nodes # MQTT_NODE_PASS — shared password for all edge nodes
set -e set -e
PASSWD_FILE=/mosquitto/config/passwd PASSWD_FILE=/mosquitto/data/passwd
# Remove any stale file so we start clean on every container start # Remove any stale file so we start clean on every container start
rm -f "$PASSWD_FILE" rm -f "$PASSWD_FILE"
+1 -1
View File
@@ -2,7 +2,7 @@ listener 1883
allow_anonymous false allow_anonymous false
# Credentials and ACLs are generated/mounted at container startup # Credentials and ACLs are generated/mounted at container startup
password_file /mosquitto/config/passwd password_file /mosquitto/data/passwd
acl_file /mosquitto/config/acl.conf acl_file /mosquitto/config/acl.conf
# Persist retained messages (e.g. api_key, node status) across broker restarts # Persist retained messages (e.g. api_key, node status) across broker restarts