Skip to content

Commit

Permalink
fix: change host address (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
bherbruck authored May 28, 2021
1 parent 1fe2e34 commit 52bc4b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/dockerConfig.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
// SERVERS
protos: ['tcp'],
host: '127.0.0.1',
host: '0.0.0.0',
port: 1883,
wsPort: 3000,
wssPort: 4000,
Expand Down

0 comments on commit 52bc4b9

Please sign in to comment.