add snippets
This commit is contained in:
11
snippets/start.sh
Executable file
11
snippets/start.sh
Executable 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
|
||||
|
Reference in New Issue
Block a user