1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-12 11:14:57 +02:00
dockerfiles/openhab
..
docker-compose.yml
Dockerfile
README.md

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