diff --git a/README.md b/README.md new file mode 100644 index 0000000..46dae90 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# 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 + +- http://docs.openhab.org/installation/docker.html +- https://github.com/openhab/openhab-docker