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