Sign inSign up

cbolt/homeseer

By cbolt

Updated about 8 years ago

homeseer home automation

Image
5

10K+

cbolt/homeseer repository overview

github source

HomeSeer

All the needed bits to containerize HomeSeer. For persistent storage, bind a volume to the container /data.

Here is a list of ports that you may want to expose:

  • Port 80 WebUI
  • Port 10401 Speaker Clients
  • Port 10200 HSTouch
  • Port 10300 myHS

Example Usage

docker run -it --rm \
  --name homeseer \
  -v </path/to/data>/config:/HomeSeer/Config \
  -v </path/to/data>/data:/HomeSeer/Data \
  -v </path/to/data>/scripts:/HomeSeer/scripts \
  -p 80:80 \
  -p 10401:10401 \
  -p 10200:10200 \
  -p 10300:10300 \
  cbolt/homeseer

Tag summary

Content type

Image

Digest

Size

357.7 MB

Last updated

about 8 years ago

docker pull cbolt/homeseer