Skip to content

Commit

Permalink
Merge pull request #202 from telefonicaid/task/udp_port_not_working
Browse files Browse the repository at this point in the history
added UDP protocol to lwm2m port definition on dockerfile
  • Loading branch information
fgalan authored Oct 4, 2019
2 parents 02dc681 + e062893 commit f3eed6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ USER node
ENV NODE_ENV=production

# Expose Ports - Default to 4041 for NORTH PORT, 5684 for LWM2M PORT
EXPOSE ${IOTA_NORTH_PORT:-4041} ${LWM2M_PORT:-5684}
EXPOSE ${IOTA_NORTH_PORT:-4041} ${LWM2M_PORT:-5684}/udp

ENTRYPOINT ["docker/entrypoint.sh"]
CMD ["-- ", "config.js"]

0 comments on commit f3eed6e

Please sign in to comment.