How to Install OpenHAB on your Synology NAS
- General: In the Task field type in “Install openHAB“. Uncheck “Enabled” option. Select root User.
- Schedule: Select Run on the following date then select “Do not repeat“.
- Task Settings: Check “Send run details by email“, add your email then copy paste the code below in the Run command area. After that click OK.
docker run -d --name=openhab \
-p 7100:8080 \
-v /volume1/docker/openhab/conf:/openhab/conf \
-v /volume1/docker/openhab/addons:/openhab/addons \
-v /volume1/docker/openhab/userdata:/openhab/userdata \
--restart always \
openhab/openhab:latest