zigbee2mqtt-frontend icon indicating copy to clipboard operation
zigbee2mqtt-frontend copied to clipboard

My Web UI is not reachable at http

Open pandaboy6621 opened this issue 3 years ago • 0 comments

My web Ui is not accessible at http://192.168.1.17:8080

version: '3.8' services: zigbee2mqtt: container_name: zigbee2mqtt image: koenkk/zigbee2mqtt restart: unless-stopped volumes: - /mnt/191fd8d8-fdb7-46f7-b386-41776fb5a5e2/Share/docker-zigbee2mqtt/data:/app/data - /mnt/191fd8d8-fdb7-46f7-b386-41776fb5a5e2/Share/docker-zigbee2mqtt/run/udev:/run/udev:ro ports: # Frontend port - 8080:8080 environment: - TZ=America/Los_Angeles devices: # Make sure this matched your adapter location - /dev/ttyUSB0:/dev/ttyACM0

pandaboy6621 avatar Sep 17 '22 04:09 pandaboy6621