Showing
2 changed files
with
3 additions
and
2 deletions
... | ... | @@ -181,6 +181,7 @@ services: |
181 | 181 | ports: |
182 | 182 | - "80:80" |
183 | 183 | - "8080" |
184 | + - "8090" | |
184 | 185 | - "443:443" |
185 | 186 | - "1883:1883" |
186 | 187 | - "9999:9999" |
... | ... | @@ -190,7 +191,7 @@ services: |
190 | 191 | HTTP_PORT: 80 |
191 | 192 | HTTPS_PORT: 443 |
192 | 193 | MQTT_PORT: 1883 |
193 | - TB_API_PORT: 8080 | |
194 | + TB_API_PORT: 8090 | |
194 | 195 | FORCE_HTTPS_REDIRECT: "false" |
195 | 196 | links: |
196 | 197 | - tb1 | ... | ... |