Commit f3c15e9ad63237d9228f33c01f6af11c5e21f53e

Authored by VoBa
Committed by Igor Kulikov
1 parent ea5eb5e3

Fix docker coap port expose (#53)

Showing 1 changed file with 1 additions and 1 deletions
... ... @@ -22,7 +22,7 @@ services:
22 22 ports:
23 23 - "8080:8080"
24 24 - "1883:1883"
25   - - "5683:5683"
  25 + - "5683:5683/udp"
26 26 env_file:
27 27 - thingsboard.env
28 28 entrypoint: ./run_thingsboard.sh
... ...