Dateien nach „/“ hochladen
This commit is contained in:
parent
81fa3f2da9
commit
7693cfbb64
2 changed files with 13 additions and 0 deletions
6
install_homebridge
Normal file
6
install_homebridge
Normal file
|
@ -0,0 +1,6 @@
|
|||
docker run -d --name=homebridge \
|
||||
-e DSM_HOSTNAME=DiskStation \
|
||||
-v /volume1/docker/homebridge:/homebridge \
|
||||
--net=host \
|
||||
--restart always \
|
||||
oznu/homebridge
|
7
install_iobroker
Normal file
7
install_iobroker
Normal file
|
@ -0,0 +1,7 @@
|
|||
docker run -d --name=iobroker \
|
||||
-p 8081:8081 \
|
||||
-e TZ=Europe/Berlin \
|
||||
-v /volume1/docker/iobroker:/opt/iobroker \
|
||||
--net=host \
|
||||
--restart always \
|
||||
buanet/iobroker
|
Loading…
Add table
Reference in a new issue