mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-28 09:08:36 +02:00
328 B
328 B
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