You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mqdockerup:
image: micrib/mqdockerup:latest
restart: always
environment:
MAIN_CONTAINERCHECKINTERVAL: "5m"
MAIN_PREFIX: "Docker-PI"
MQTT_CONNECTIONURI: "mqtt://IPADDR:1883"
# MQTT_USERNAME: "ha"
# MQTT_PASSWORD: "12345678"
ACCESSTOKENS_GITHUB: "github_API_KEY"
MQTT_CLIENTID: "Docker_PI_mqdockerup"
volumes:
- /var/run/docker.sock:/var/run/docker.sock # This is required to access the docker API
- ${DOCKERDIR}/mqdockerup:/app/data/ # This is required to store the data (database.db)
container_name: mqdockerup
mosquitto MQTT logs:
1734665467: New client connected from IPADDR:54950 as Docker_PI_mqdockerup (p5, c1, k60, u'ha').
1734665467: Client Docker_PI_mqdockerup closed its connection.
The text was updated successfully, but these errors were encountered:
Same for me running Docker on a PI3. With version v1.3.3 it's working but every time changing to latest i get the connack timeout message and the container stops.
*Edit: Just changed the MQTT_CONNECTTIMEOUT from the default of 60 to 120 seconds and everything is working
Not sure what is causing this error.
docker-compose relevant lines:
mosquitto MQTT logs:
The text was updated successfully, but these errors were encountered: