mqtt/sec/docker-compose.yml aktualisiert
This commit is contained in:
@@ -59,7 +59,7 @@ services:
|
||||
if [ ! -f "$CONF" ]; then
|
||||
echo "Generating default mosquitto.conf...";
|
||||
cat <<EOF > $CONF
|
||||
listener 8883
|
||||
listener ${MQTT_TLS_PORT:-8883}
|
||||
protocol mqtt
|
||||
cafile /mosquitto/tls/ca.crt
|
||||
certfile /mosquitto/tls/server.crt
|
||||
|
||||
Reference in New Issue
Block a user