Update Open Voice OS¶
Exact same command
In order to update the deployed stack (services and volumes), you must use the exact same command that has been used during the initial stack deployment.
The easiest and quickest way to update an Open Voice OS stack already deployed by docker compose
or podman-compose
is; of course to use docker compose
or podman-compose
as well.
Podman users
If you are running Podman instead of Docker, replace docker compose
with podman-compose
.
Because the pull_policy
option of each service is set to always
, everytime that a new image is uploaded with the same tag docker compose
or podman-compose
will pull-it and re-create the container based on this new image.