1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 03:48:44 +00:00
dockerfiles/openhab
2017-05-08 07:05:07 +08:00
..
docker-compose.yml add openhab 2016-08-18 14:38:20 +08:00
Dockerfile swith to new domain: easypi.pro 2017-05-08 07:05:07 +08:00
README.md add openhab 2016-08-18 14:38:20 +08:00

openHAB

openHAB - a vendor and technology agnostic open source automation software for your home. Build your smart home in no time!

docker-compose.yml

openhab:
  image: vimagick/openhab
  ports:
    - "8080:8080"
    - "8443:8443"
    - "5555:5555"
  restart: always