diff --git a/zigbee2mqtt/docker-compose.yaml b/zigbee2mqtt/docker-compose.yaml index 0a11c3fb..81c7624b 100644 --- a/zigbee2mqtt/docker-compose.yaml +++ b/zigbee2mqtt/docker-compose.yaml @@ -9,7 +9,7 @@ volumes: services: zigbee2mqtt: container_name: zigbee2mqtt - image: koenkk/zigbee2mqtt:2.13.0 + image: koenkk/zigbee2mqtt:2.14.1 restart: unless-stopped healthcheck: test: "wget --no-verbose --tries=1 --spider http://localhost:8080 || exit 1"