Skip to content

Commit

Permalink
Update eclipse-mosquitto Docker tag to v2.0.14 (#184)
Browse files Browse the repository at this point in the history
* Update eclipse-mosquitto Docker tag to v2.0.14
* Update mosquitto config to allow all keepalive value

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Atsushi Watanabe <[email protected]>
  • Loading branch information
3 people committed Dec 7, 2021
1 parent 44cb793 commit 4649058
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
@@ -1,7 +1,7 @@
version: '2'
services:
mosquitto:
image: eclipse-mosquitto:2.0.11
image: eclipse-mosquitto:2.0.14
ports:
- 1883:1883
- 8883:8883
Expand Down
4 changes: 4 additions & 0 deletions integration/mosquitto.conf
@@ -1,16 +1,19 @@
listener 1883
allow_anonymous true
max_keepalive 0

listener 8883
cafile /ca.crt
keyfile /test.key
certfile /test.crt
require_certificate false
allow_anonymous true
max_keepalive 0

listener 9001
protocol websockets
allow_anonymous true
max_keepalive 0

listener 9443
protocol websockets
Expand All @@ -19,3 +22,4 @@ keyfile /test.key
certfile /test.crt
require_certificate false
allow_anonymous true
max_keepalive 0

0 comments on commit 4649058

Please sign in to comment.