mqtt/sec/docker-compose.yml aktualisiert
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user