Skip to content

Update to new version using docker #2748

Answered by robertsLando
dimedime asked this question in Q&A
Discussion options

You must be logged in to vote

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 is latest you only have to run:

docker-compose pull  && docker-compose up -d

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@dimedime
Comment options

@robertsLando
Comment options

@dimedime
Comment options

@robertsLando
Comment options

Answer selected by robertsLando
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants