Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 500 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 500 Bytes

homeeToMqtt Docker

This builds a docker image from the original homee2mqtt repository at https://github.com/odig/homeeToMqtt.git

You can find the documentation in that repository.

Clone Repository

Since this Repo uses Git submodules it must be cloned like this:

git clone --recursive https://....

Docker Image

docker build -f Dockerfile -t $USER/homeetomqtt odig-homeeToMqtt

Running the container

docker run -d -v config.json:/app/config.json gzockoll/homeetomqtt