mqtt/sec/docker-compose.yml aktualisiert

This commit is contained in:
2026-01-18 14:11:18 +00:00
parent b1d058f939
commit 018dc0092e

View File

@@ -59,7 +59,7 @@ services:
if [ ! -f "$CONF" ]; then
echo "Generating default mosquitto.conf...";
cat <<EOF > $CONF
listener ${MQTT_TLS_PORT:-8883}
listener 8883
protocol mqtt
cafile /mosquitto/tls/ca.crt
certfile /mosquitto/tls/server.crt