Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update eclipse-mosquitto Docker tag to v2.0.14 #184

Merged
merged 2 commits into from Dec 7, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Required due to eclipse/mosquitto#2117


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