Hello
I want to add new device to zigbee2mqtt using information from here:
I have done almost everything but I have stucked on docker section.
Almost all has been done and finally I have to change “docker run” command option to:
Now add the volumes to the Docker container by adding the following to your `docker run` command.:
-v /opt/zigbee-herdsman-converters:/app/node_modules/zigbee-herdsman-converters -v /opt/homeassistant.js:/app/lib/extension/homeassistant.js
Where can I find “docker run” script for zigbee2mqtt to change its parameters?