add snippets

This commit is contained in:
2024-11-10 12:16:30 +01:00
parent 97b43b9339
commit f6b572096b
2 changed files with 19 additions and 0 deletions

11
snippets/start.sh Executable file
View File

@ -0,0 +1,11 @@
#!/bin/bash
docker run \
--name zigbee2mqtt \
--rm \
-p 8080:8080 \
-v $(pwd)/data:/app/data \
-e TZ=Europe/Berlin \
koenkk/zigbee2mqtt