Dateien nach „/“ hochladen

This commit is contained in:
Oliver Pifferi 2025-03-28 11:16:23 +01:00
parent 81fa3f2da9
commit 7693cfbb64
2 changed files with 13 additions and 0 deletions

6
install_homebridge Normal file
View 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
View 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