Revert to default values
This commit is contained in:
parent
a3f85df1a7
commit
9c29deba73
@ -78,7 +78,7 @@ http:
|
||||
# MQTT server parameters
|
||||
mqtt:
|
||||
bind_address: "${MQTT_BIND_ADDRESS:0.0.0.0}"
|
||||
bind_port: "${MQTT_BIND_PORT:1884}"
|
||||
bind_port: "${MQTT_BIND_PORT:1883}"
|
||||
adaptor: "${MQTT_ADAPTOR_NAME:JsonMqttAdaptor}"
|
||||
timeout: "${MQTT_TIMEOUT:10000}"
|
||||
netty:
|
||||
|
||||
@ -20,8 +20,8 @@ services:
|
||||
thingsboard:
|
||||
image: "thingsboard/application:1.2.3"
|
||||
ports:
|
||||
- "8443:8443"
|
||||
- "1884:1883"
|
||||
- "8080:8080"
|
||||
- "1883:1883"
|
||||
- "5683:5683/udp"
|
||||
env_file:
|
||||
- thingsboard.env
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user