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)
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
Content type
Image
Digest
Size
84.5 MB
Last updated
over 8 years ago
docker pull tiroso/fhem-smartvisu:amd64-latest