Move mosquitto back to latest
2.0 releases include a no auth config. Updating docker-compose is acceptable to my laziness level
This commit is contained in:
parent
188fc49a77
commit
a842d5ce69
1 changed files with 2 additions and 1 deletions
|
@ -235,8 +235,9 @@ services:
|
|||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
mqtt:
|
||||
image: eclipse-mosquitto:1.6.14
|
||||
image: eclipse-mosquitto
|
||||
container_name: mqtt
|
||||
restart: always
|
||||
ports:
|
||||
- 1883:1883
|
||||
command: mosquitto -c /mosquitto-no-auth.conf
|
||||
|
|
Loading…
Reference in a new issue