From dab08db4625c669df5be9d6940868f104138e135 Mon Sep 17 00:00:00 2001 From: "azykov@mail.ru" Date: Mon, 13 Apr 2026 13:01:03 +0300 Subject: [PATCH] removed zigbee2mqtt port forwarding --- zigbee2mqtt/compose.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zigbee2mqtt/compose.yaml b/zigbee2mqtt/compose.yaml index 5a5f252..4c24263 100644 --- a/zigbee2mqtt/compose.yaml +++ b/zigbee2mqtt/compose.yaml @@ -3,6 +3,8 @@ services: image: ghcr.io/koenkk/zigbee2mqtt container_name: zigbee2mqtt restart: always + ports: + - 8888:8080 volumes: - /docker/data/zigbee2mqtt/data:/app/data - /run/udev:/run/udev:ro