Skip to content

Commit 1d632dd

Browse files
committed
Add MQTT protocol version to docker compose
1 parent ee012c3 commit 1d632dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ services:
113113
- MQTT_PASSWORD=${MQTT_PASSWORD}
114114
- MQTT_PORT=${MQTT_PORT:-1883}
115115
- MQTT_TLS=${MQTT_TLS:-False}
116+
- MQTT_PROTOCOL_VERSION=${MQTT_PROTOCOL_VERSION}
116117
- MQTT_TOPIC_PREPEND=${MQTT_TOPIC_PREPEND:-'TEMP_TOPIC'}
117118
- WIS2_TOPIC=${WIS2_TOPIC:-'TEMP_TOPIC'}
118119
- WIS2_MQTT_HOST=${MQTT_HOST:-mqtt_wis2}

0 commit comments

Comments
 (0)