Skip to content

Commit 99c9cf9

Browse files
authored
Merge pull request SensorsIot#221 from 42CrMo4/master
fixed spelling mistake Zigbee2MQTT
2 parents edefb4b + f8a5bdf commit 99c9cf9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/Containers/Zigbee2MQTT.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Zigbe2MQTT
1+
# Zigbee2MQTT
22
* [Web Guide](https://www.zigbee2mqtt.io/information/docker.html)
33

44
## First startup
@@ -23,12 +23,12 @@ to
2323
2424
and run docker-compose up -d again
2525
26-
If the container starts then run `docker logs zigbe2mqtt` so see the log output and if your device is recognised. You may need to reset the device for docker to see it.
26+
If the container starts then run `docker logs zigbee2mqtt` so see the log output and if your device is recognised. You may need to reset the device for docker to see it.
2727

2828
To edit the configuration file `sudo nano volumes/zigbee2mqtt/data/configuration.yaml` you many need to restart the container for changes to take affect `docker-compose restart zigbee2mqtt`
2929

3030
Unfortunately I don't own a zigbee device and cannot offer support on the setup you will need to follow the website instructions for further instructions https://www.zigbee2mqtt.io/
3131

3232
## terminal access
3333

34-
to access the terminal run `docker exec -it zigbee2mqtt /bin/sh` or select `/bin/sh
34+
to access the terminal run `docker exec -it zigbee2mqtt /bin/sh` or select `/bin/sh

0 commit comments

Comments
 (0)