Update to new version using docker #2748
-
Is there something like an update-button or 'signal' that a new version of zwave-js-ui is available? I have 8.02 running and saw that version 8.2.1 is already there. But more important, how to update? I'm running the ui on a PI with docker. As a no-know, it took a lot of effort to have it running. For me the documentation was not always clear (have totally no experience with docker), but at the end the sun was shining 🥇 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Giving that there are so many different ways to install this application there are also many different ways to update it. Some of this methods like snap and Home Assistant addons can use their platform to update the package. In your case it's quite easy to do the update using docker. If you have a docker-compose pull && docker-compose up -d |
Beta Was this translation helpful? Give feedback.
Giving that there are so many different ways to install this application there are also many different ways to update it. Some of this methods like snap and Home Assistant addons can use their platform to update the package.
In your case it's quite easy to do the update using docker. If you have a
docker-compose.yml
file and the zwave-js-ui image tag islatest
you only have to run:docker-compose pull && docker-compose up -d