1
0
Fork 0

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:
Andrew Tomaka 2021-04-22 12:52:51 -04:00
parent 188fc49a77
commit a842d5ce69
Signed by: atomaka
GPG Key ID: 61209BF70A5B18BE
1 changed files with 2 additions and 1 deletions

View File

@ -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