fix(db): wrong mqtt port
Internal mqtt port is 1883 because traefik manage the TLS tunnel, not rabbitmq
This commit is contained in:
@@ -53,4 +53,4 @@ tcp:
|
||||
pi-mqtt:
|
||||
loadBalancer:
|
||||
servers:
|
||||
- address: "192.168.42.211:8883"
|
||||
- address: "192.168.42.211:1883"
|
||||
|
||||
Reference in New Issue
Block a user