Sign in
简柏林
/
thingskit
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
92487c2a60d13033e26bd8224d8deb6a665a181c
Authored by
volodymyr-babak
2017-02-14 19:10:32 +0200
1 parent
ea5eb5e3
Fix docker coap port expose
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
docker/docker-compose.yml
docker/docker-compose.yml
View file @
92487c2
...
...
@@ -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
...
...