Sign inSign up

tiroso/fhem-smartvisu

By tiroso

•Updated over 8 years ago

Smartvisu special for FHEM

Image
0

6.8K

tiroso/fhem-smartvisu repository overview

⁠Build container

⁠Persistent Data

If you want to run Smartvisu with persistent data, you have to create a volume. After that you can create the Docker Container.

docker volume create fhem-smartvisu
docker run --restart always -d --name fhem-smartvisu -v fhem-smartvisu:/var/www/html -h smartvisu --publish "80:80" tiroso/fhem-smartvisu:(rpi|amd64)-(v2.8|latest)
⁠Without Persistent Data
docker run --restart always -d --name fhem-smartvisu -h smartvisu --publish "80:80" tiroso/fhem-smartvisu:(rpi|amd64)-(v2.8|latest)

For further information visit my github repository⁠

Tag summary

Content type

Image

Digest

Size

84.5 MB

Last updated

over 8 years ago

docker pull tiroso/fhem-smartvisu:amd64-latest