docker-compose and config file for openhab docker image

.env add environment link 6 years ago
.gitignore ignore openhab.conf 6 years ago
README.md add readme 6 years ago
backup.sh add backup script 6 years ago
clearPid.sh add workaround for restart failure 6 years ago
docker-compose.yml fix spelling bug 6 years ago
install.sh fix copy paste bug 6 years ago
openhab.conf.example creating conf with install script 6 years ago
README.md

Docker ocmpose file and config for openhab

Config

Use openhab.conf for configuration. At the first start, please execute ./install.sh to use the correct user ID in the config file. After taht you can create the container with:

docker-compose up -d

And then you can use openhab at http://localhost:8080.

Help