mqtt/sec/docker-compose.yml aktualisiert

This commit is contained in:
2026-01-18 14:14:16 +00:00
parent 018dc0092e
commit 8b28c36139

View File

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